1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

Fix location path error config

This commit is contained in:
Aurelien Vaillant 2023-08-18 09:55:41 +02:00
parent c409b9d0e1
commit b578765b41

View file

@ -2,7 +2,7 @@
error_page 403 /error/403.html;
error_page 404 /error/404.html;
location ^/ /error/ {
location ^~ /error/ {
internal;
root /var/www/my_webapp__3/www/;
}