mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
6 lines
221 B
Nginx Configuration File
6 lines
221 B
Nginx Configuration File
location YNH_WWW_PATH/ {
|
|
rewrite ^YNH_WWW_PATH$ YNH_WWW_PATH/ permanent;
|
|
proxy_pass http://localhost:8081/;
|
|
proxy_set_header Host $host;
|
|
proxy_buffering off;
|
|
}
|