diff --git a/conf/nginx-code-error.conf b/conf/nginx-code-error.conf index bebbabe..aa25131 100644 --- a/conf/nginx-code-error.conf +++ b/conf/nginx-code-error.conf @@ -2,6 +2,6 @@ error_page 403 /error/403.html; error_page 404 /error/404.html; -location ^~ /error/ { +location ^~ __PATH__/error/ { internal; }