1
0
Fork 0
forked from svrjs/svrjs

Changed the default configuration file

This commit is contained in:
Dorian Niemiec 2024-03-03 15:56:19 +01:00
parent c9162f9e7b
commit 6238f5eb9e
2 changed files with 6 additions and 4 deletions

View file

@ -3,7 +3,7 @@
"port": 80,
"pubport": 80,
"page404": "404.html",
"timestamp": 1701600932028,
"timestamp": 1709477722479,
"blacklist": [],
"nonStandardCodes": [],
"enableCompression": true,
@ -58,5 +58,6 @@
"useWebRootServerSideScript": true,
"exposeModsInErrorPages": true,
"disableTrailingSlashRedirects": false,
"environmentVariables": {}
"environmentVariables": {},
"allowDoubleSlashes": false
}

View file

@ -28,7 +28,7 @@
"port": 80,
"pubport": 80,
"page404": "404.html",
"timestamp": 1701600932028,
"timestamp": 1709477722479,
"blacklist": [],
"nonStandardCodes": [],
"enableCompression": true,
@ -83,7 +83,8 @@
"useWebRootServerSideScript": true,
"exposeModsInErrorPages": true,
"disableTrailingSlashRedirects": false,
"environmentVariables": {}
"environmentVariables": {},
"allowDoubleSlashes": false
}</pre>
</code>
<p>Changes:</p>