File size: 264 Bytes
591c4d6
9552aa0
591c4d6
 
 
75ac745
 
591c4d6
75ac745
 
591c4d6
75ac745
1
2
3
4
5
6
7
8
9
10
11
12
# 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