Fix variable name

This commit is contained in:
Ruakij 2022-10-21 14:20:26 +02:00
parent 06bdae380b
commit ec98188a24

View File

@ -20,6 +20,6 @@ stream{
listen 443;
ssl_preread on;
proxy_pass $name;
proxy_pass $target_host;
}
}