1
0
Fork 0
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:
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;
}