Escaped nginx variables

This commit is contained in:
jacob.eva 2023-09-21 19:55:42 +01:00
parent 0ed96b2b7f
commit 8e4e0e548e
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E

View File

@ -863,8 +863,8 @@ server {
}
server {
if ($host = ${domains[3]}) {
return 301 https://$host$request_uri;
if (\$host = ${domains[3]}) {
return 301 https://\$host\$request_uri;
}