add 403 reload

This commit is contained in:
prance 2022-01-30 15:09:07 +01:00
parent dcf932b66d
commit 143282b656

View File

@ -36,7 +36,7 @@ server {
# add_header Cache-Control "public";
# }
error_page 500 502 503 504 404 /error.html;
error_page 500 502 503 504 404 403 /error.html;
location = /error.html {
add_header Content-Type text/html;