add 403 reload

This commit is contained in:
prance 2022-01-30 15:09:25 +01:00
parent 143282b656
commit 455593c933

View File

@ -38,7 +38,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;