diff --git a/nginx/nginx.conf b/nginx/nginx.conf index dc3fd45d..0c097b36 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -64,11 +64,11 @@ http { server { listen 80; listen [::]:80; - server_name www.grapheneos.org grapheneos.org; + server_name www.grapheneos.org grapheneos.org www.grapheneos.app grapheneos.app; root /var/empty; - return 301 https://grapheneos.org$request_uri; + return 301 https://$host$request_uri; } server {