use $host for multi-subdomain redirect

This commit is contained in:
Daniel Micay 2020-11-17 16:36:05 -05:00
parent 7fbc154435
commit 69bfee6e20

View File

@ -175,7 +175,7 @@ http {
root /var/empty;
return 301 https://mta-sts.grapheneos.org$request_uri;
return 301 https://$host$request_uri;
}
server {