Escaped nginx variables
This commit is contained in:
parent
0ed96b2b7f
commit
8e4e0e548e
@ -863,8 +863,8 @@ server {
|
|||||||
|
|
||||||
}
|
}
|
||||||
server {
|
server {
|
||||||
if ($host = ${domains[3]}) {
|
if (\$host = ${domains[3]}) {
|
||||||
return 301 https://$host$request_uri;
|
return 301 https://\$host\$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user