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

Remove unused setup

This commit is contained in:
Aurelien Vaillant 2023-08-18 10:01:56 +02:00
parent b578765b41
commit db2876a58a

View file

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