temporary fix for error pages

This commit is contained in:
2023-10-12 04:44:06 +00:00
parent 7ca4ae2c55
commit bbb8f02371
3 changed files with 21 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ error_page 501 /ErrorPages/HTTP501.html;
error_page 502 /ErrorPages/HTTP502.html;
error_page 503 /ErrorPages/HTTP503.html;
location /ErrorPages/ {
alias /var/www/html/ErrorPages/;
internal;
}
#location /ErrorPages/ {
# alias /var/www/html/ErrorPages/;
# internal;
#}