fix: Remove spurious nginx error_page directive, refs: #13025

This commit is contained in:
znerol 2021-08-18 16:59:05 +02:00
parent 736fe2baff
commit ade03a81da
2 changed files with 0 additions and 20 deletions

View File

@ -50,14 +50,4 @@ server {
# Include specific rules for record and playback
include /etc/bigbluebutton/nginx/*.nginx;
#error_page 404 /404.html;
# Redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /var/www/nginx-default;
}
}

View File

@ -10,14 +10,4 @@ server {
index index.html index.htm;
expires 1m;
}
#error_page 404 /404.html;
# Redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /var/www/nginx-default;
}
}