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:
commit
b799287a38
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue