Fix location path error config
This commit is contained in:
parent
c409b9d0e1
commit
b578765b41
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
error_page 403 /error/403.html;
|
error_page 403 /error/403.html;
|
||||||
error_page 404 /error/404.html;
|
error_page 404 /error/404.html;
|
||||||
|
|
||||||
location ^/ /error/ {
|
location ^~ /error/ {
|
||||||
internal;
|
internal;
|
||||||
root /var/www/my_webapp__3/www/;
|
root /var/www/my_webapp__3/www/;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue