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

Fix nginx conf for sub_path installation

see https://github.com/grafana/grafana/issues/70110
This commit is contained in:
JimboJoe 2023-06-24 12:31:25 +02:00 committed by GitHub
parent 2d75dc42e4
commit 55ae698799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,3 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_redirect off;