Updated nginx conf

This commit is contained in:
Dunemask 2022-12-26 20:14:37 -05:00
parent e4711b1895
commit 053c0b1148

View file

@ -37,9 +37,9 @@ keepalive_timeout 65;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
error_page 500 502 503 504 https://tut.dunemask.net;
# location = /50x.html {
# root /usr/share/nginx/html;
# }
}
}