mirror of
https://github.com/YunoHost-Apps/scratch_ynh.git
synced 2024-09-03 20:26:03 +02:00
5 lines
107 B
Nginx Configuration File
5 lines
107 B
Nginx Configuration File
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
|
location __PATH__/ {
|
|
|
|
alias __INSTALL_DIR/www/;
|
|
}
|