mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Update location path, fix about the sub-dir setting
This commit is contained in:
parent
0f008b68d2
commit
c4cc60d93f
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
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 ^~ __PATH__/error/ {
|
||||||
internal;
|
internal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue