summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-04-13 19:10:36 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-04-13 19:10:36 -0400
commit3aedbbdf5d9b8c2bdcd62d16b45a46b9a543d80f (patch)
tree3bd8cf01053751952c66ae6155906749ae426492 /nginx
parent886106e5b2fe6ae17e145348c372caefb55be87e (diff)
remove extra space
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index bfecbb9c..385d5c76 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -114,7 +114,7 @@ http {
server {
listen 80;
listen [::]:80;
- server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.ca www.grapheneos.ca grapheneos.com www.grapheneos.com grapheneos.dev www.grapheneos.dev grapheneos.foundation www.grapheneos.foundation grapheneos.info www.grapheneos.info grapheneos.net www.grapheneos.net grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app;
+ server_name grapheneos.org www.grapheneos.org grapheneos.app www.grapheneos.app grapheneos.ca www.grapheneos.ca grapheneos.com www.grapheneos.com grapheneos.dev www.grapheneos.dev grapheneos.foundation www.grapheneos.foundation grapheneos.info www.grapheneos.info grapheneos.net www.grapheneos.net grapheneos.ovh www.grapheneos.ovh grapheneos.page www.grapheneos.page vanadium.app www.vanadium.app;
location /.well-known/acme-challenge/ {
return 301 http://0.grapheneos.org$request_uri;