[fix] Add configuration variable for Nginx
This commit is contained in:
parent
02204a26de
commit
d2892b3139
@ -68,7 +68,7 @@ languageselection = false
|
||||
zerobincompatibility = false
|
||||
|
||||
; allows you to specify the name of the web server you are using to use ParseBin.
|
||||
; If you use nginx or other webserver, delete semicolon
|
||||
; if you use nginx or other webserver, delete semicolon
|
||||
; webserver = "nginx"
|
||||
|
||||
[expire]
|
||||
|
@ -52,7 +52,7 @@ class Configuration
|
||||
'icon' => 'identicon',
|
||||
'cspheader' => 'default-src \'none\'; manifest-src \'self\'; connect-src *; script-src \'self\'; style-src \'self\'; font-src \'self\'; img-src \'self\' data:; referrer no-referrer;',
|
||||
'zerobincompatibility' => false,
|
||||
'webserver' => 'apache',
|
||||
'webserver' => 'Apache',
|
||||
),
|
||||
'expire' => array(
|
||||
'default' => '1week',
|
||||
|
Loading…
Reference in New Issue
Block a user