1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scratch_ynh.git synced 2024-09-03 20:26:03 +02:00
scratch_ynh/conf/nginx.conf
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/;
}