1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ergo_ynh.git synced 2024-09-03 18:26:31 +02:00
ergo_ynh/conf/nginx.conf
Navan Chauhan 4f3a0ec755 fix nginx
2022-07-07 22:33:45 +05:30

4 lines
108 B
Nginx Configuration File

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