Update location path, fix about the sub-dir setting

This commit is contained in:
Aurelien Vaillant 2023-08-18 14:29:42 +02:00
parent 0f008b68d2
commit c4cc60d93f

View file

@ -2,6 +2,6 @@
error_page 403 /error/403.html;
error_page 404 /error/404.html;
location ^~ /error/ {
location ^~ __PATH__/error/ {
internal;
}