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

Fix nginx file

This commit is contained in:
Salamandar 2024-06-20 22:13:30 +02:00
parent 15175b68e8
commit 0c1312f949

View file

@ -1,5 +1,5 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
alias __INSTALL_DIR/www/;
alias __INSTALL_DIR__/www/;
}