bw - fix colors

This commit is contained in:
florian 2024-01-04 18:35:51 +01:00
parent 309c5d0fe9
commit b2c58a76ff
No known key found for this signature in database
GPG key ID: 93EE47CC3D061500
4 changed files with 7 additions and 6 deletions

File diff suppressed because one or more lines are too long

View file

@ -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) *)+$",

View file

@ -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