use $host for multi-subdomain redirect
This commit is contained in:
parent
7fbc154435
commit
69bfee6e20
@ -175,7 +175,7 @@ http {
|
|||||||
|
|
||||||
root /var/empty;
|
root /var/empty;
|
||||||
|
|
||||||
return 301 https://mta-sts.grapheneos.org$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user