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

do not catch the yunohost api upgrade message

This commit is contained in:
Kay0u 2023-12-27 23:22:02 +01:00
parent 5f49ab2d53
commit 55ea2f9fe3
No known key found for this signature in database
GPG key ID: AE1DCADB6415A156

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;