1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
linuxdash_ynh/conf/nginx.conf

7 lines
221 B
Nginx Configuration File
Raw Normal View History

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;
2014-06-02 13:38:03 +02:00
}