Spaces:
Runtime error
Runtime error
Update ferron.yaml
Browse files- ferron.yaml +4 -4
ferron.yaml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
# Global server configuration
|
| 2 |
global:
|
| 3 |
port: 8080
|
| 4 |
-
logFilePath: access.log
|
| 5 |
-
errorLogFilePath: error.log
|
| 6 |
loadModules:
|
| 7 |
- cgi
|
| 8 |
-
wwwroot:
|
| 9 |
enableDirectoryListing: true
|
| 10 |
cgiScriptExtensions:
|
| 11 |
-
- .php # Necessary to be able to execute PHP scripts via PHP-CGI
|
|
|
|
| 1 |
# Global server configuration
|
| 2 |
global:
|
| 3 |
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
|