1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ergo_ynh.git synced 2024-09-03 18:26:31 +02:00
This commit is contained in:
Navan Chauhan 2022-07-07 22:57:50 +05:30
parent cf55fffc8f
commit caca3ebf39

View file

@ -1,4 +1,4 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
alias __FINAL_PATH_WWW__;
alias __FINAL_PATH_WWW__/help;
}