1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/netdata_ynh.git synced 2024-09-03 19:46:33 +02:00

Merge pull request #133 from YunoHost-Apps/fix-nginx-conf

do not catch the yunohost api upgrade message
This commit is contained in:
eric_G 2023-12-28 08:53:30 +01:00 committed by GitHub
commit b799287a38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location ~ __PATH__/(?<ndpath>.*) {
location ~ ^__PATH__/(?<ndpath>.*) {
proxy_redirect off;
proxy_set_header Host $host;