Fix nginx file

This commit is contained in:
Félix Piédallu 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/;
}