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:
parent
b6c6d06383
commit
f3a68ce579
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ location ~ YNH_WWW_PATH/(?<ndpath>.*) {
|
||||||
proxy_pass_request_headers on;
|
proxy_pass_request_headers on;
|
||||||
proxy_set_header Connection "keep-alive";
|
proxy_set_header Connection "keep-alive";
|
||||||
proxy_store off;
|
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 on;
|
||||||
gzip_proxied any;
|
gzip_proxied any;
|
||||||
|
|
Loading…
Add table
Reference in a new issue