scratch_ynh/conf/nginx.conf
Félix Piédallu 0c1312f949 Fix nginx file
2024-06-20 22:13:30 +02:00

5 lines
109 B
Nginx Configuration File

#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
alias __INSTALL_DIR__/www/;
}