Spaces:
Runtime error
Runtime error
| # ferron-docker.yaml | |
| global: | |
| port: 8080 | |
| logFilePath: /tmp/access.log # <--- Use /tmp | |
| errorLogFilePath: /tmp/error.log # <--- Use /tmp | |
| loadModules: | |
| - cgi | |
| wwwroot: /var/www/ferron | |
| enableDirectoryListing: true | |
| cgiScriptExtensions: | |
| - .php | |