diff --git a/conf/nginx-code-error.conf b/conf/nginx-code-error.conf index bb32b79..4b71cff 100644 --- a/conf/nginx-code-error.conf +++ b/conf/nginx-code-error.conf @@ -1,10 +1,10 @@ # Build error access error_page 403 /error/403.html; -location = __PATH__/error/403.html { +location = /error/403.html { internal; } error_page 404 /error/404.html; -location = __PATH__/error/404.html { +location = /error/404.html { internal; } \ No newline at end of file