nginx: missing escape in config

This commit is contained in:
hayzam 2023-02-27 13:54:24 +05:30
parent 60f65847e2
commit 587cd22549

View file

@ -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