nginx: missing escape in config
This commit is contained in:
parent
60f65847e2
commit
587cd22549
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ location ~ ^/ttyd(.*)$ {
|
|||
|
||||
location ~ /netdata/(?<ndpath>.*) {
|
||||
proxy_http_version 1.1;
|
||||
proxy_pass http://$server_addr:19999/$ndpath$is_args$args;
|
||||
proxy_pass http://\$server_addr:19999/$ndpath$is_args$args;
|
||||
}
|
||||
|
||||
EOT
|
||||
|
|
Loading…
Reference in a new issue