forked from svrjs/svrjs
Changed the default configuration file
This commit is contained in:
parent
c9162f9e7b
commit
6238f5eb9e
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Reference in a new issue