From 69bfee6e20fafbf14cec77e363867ab172af007e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 17 Nov 2020 16:36:05 -0500 Subject: [PATCH] use $host for multi-subdomain redirect --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0216a52f..2365bf7f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -175,7 +175,7 @@ http { root /var/empty; - return 301 https://mta-sts.grapheneos.org$request_uri; + return 301 https://$host$request_uri; } server {