1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grafana_ynh.git synced 2024-09-03 20:36:29 +02:00

Update nginx_sub_dir.conf

This commit is contained in:
nemsia 2017-05-04 16:55:38 +02:00 committed by GitHub
parent b6c6d06383
commit f3a68ce579

View file

@ -14,7 +14,7 @@ location ~ YNH_WWW_PATH/(?<ndpath>.*) {
proxy_pass_request_headers on;
proxy_set_header Connection "keep-alive";
proxy_store off;
proxy_pass http://127.0.0.1:3000/$ndpath$is_args$args;
proxy_pass http://127.0.0.1:5000/$ndpath$is_args$args;
gzip on;
gzip_proxied any;