use $host for multi-subdomain redirect
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user