mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
bw - fix colors
This commit is contained in:
parent
309c5d0fe9
commit
b2c58a76ff
4 changed files with 7 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
|
@ -17,7 +17,7 @@
|
|||
"INTERCEPTED_ERROR_CODES": {
|
||||
"context": "multisite",
|
||||
"default": "400 401 403 404 405 413 429 500 501 502 503 504",
|
||||
"help": "List of HTTP error code intercepted by Bunkerweb",
|
||||
"help": "List of HTTP error code intercepted by BunkerWeb",
|
||||
"id": "intercepted-error-codes",
|
||||
"label": "Intercepted error codes",
|
||||
"regex": "^( *([1-5]\\d{2})(?!.*\\2) *)+$",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{% if DISABLE_DEFAULT_SERVER == "yes" +%}
|
||||
location / {
|
||||
set $reason "default";
|
||||
set $reason_data "";
|
||||
return {{ DENY_HTTP_STATUS }};
|
||||
}
|
||||
{% endif %}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue