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

11 lines
267 B
Nginx Configuration File
Raw Normal View History

2018-01-29 00:55:27 +01:00
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
2016-02-03 17:19:18 +01:00
2022-03-25 01:09:30 +01:00
proxy_pass http://localhost:__PORT__/;
proxy_redirect off;
proxy_hide_header Content-Type;
2018-01-29 00:55:27 +01:00
2022-03-25 01:09:30 +01:00
# Include SSOWAT user panel.
#include conf.d/yunohost_panel.conf.inc;
2014-06-02 13:38:03 +02:00
}