victorgeek commited on
Commit
283cff6
·
verified ·
1 Parent(s): 4b3d9d1

Update ferron-docker.yaml

Browse files
Files changed (1) hide show
  1. ferron-docker.yaml +5 -5
ferron-docker.yaml CHANGED
@@ -1,12 +1,12 @@
1
  # Global server configuration
2
  global:
3
- port: 8080 # Port 8080 သတ်မှတ်ပါ
4
- logFilePath: /var/log/ferron/access.log # Absolute path
5
- errorLogFilePath: /var/log/ferron/error.log # Absolute path
6
  loadModules:
7
  - cgi
8
- wwwroot: /var/www/ferron # Absolute path
9
  enableDirectoryListing: true
10
  cgiScriptExtensions:
11
- - .php # Necessary to be able to execute PHP scripts via PHP-CGI
12
 
 
1
  # Global server configuration
2
  global:
3
+ port: 8080
4
+ logFilePath: /var/log/ferron/access.log
5
+ errorLogFilePath: /var/log/ferron/error.log
6
  loadModules:
7
  - cgi
8
+ wwwroot: /var/www/ferron
9
  enableDirectoryListing: true
10
  cgiScriptExtensions:
11
+ - .php
12