scratch_ynh/conf/nginx.conf
2024-06-20 22:07:27 +02:00

5 lines
107 B
Nginx Configuration File

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