diff options
Diffstat (limited to 'nginx')
| -rw-r--r-- | nginx/nginx.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 8c6beb9d..e8880f0e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -91,7 +91,7 @@ http { server { listen 443 ssl http2; listen [::]:443 ssl http2; - server_name primary.grapheneos.org; + server_name 0.grapheneos.org; root /var/empty; @@ -115,7 +115,7 @@ http { add_header Cross-Origin-Resource-Policy "same-origin" always; location ^~ /.well-known/acme-challenge/ { - return 301 https://primary.grapheneos.org$request_uri; + return 301 https://0.grapheneos.org$request_uri; } location / { @@ -134,7 +134,7 @@ http { add_header Cross-Origin-Resource-Policy "same-origin" always; location ^~ /.well-known/acme-challenge/ { - return 301 https://primary.grapheneos.org$request_uri; + return 301 https://0.grapheneos.org$request_uri; } location / { @@ -272,7 +272,7 @@ http { } location ^~ /.well-known/acme-challenge/ { - return 301 https://primary.grapheneos.org$request_uri; + return 301 https://0.grapheneos.org$request_uri; } location ^~ /fonts/ { @@ -385,7 +385,7 @@ http { location = /.well-known/mta-sts.txt {} location ^~ /.well-known/acme-challenge/ { - return 301 https://primary.grapheneos.org$request_uri; + return 301 https://0.grapheneos.org$request_uri; } location / { |
