summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
Diffstat (limited to 'nginx')
-rw-r--r--nginx/nginx.conf2
-rw-r--r--nginx/root_grapheneos.org.conf2
2 files changed, 3 insertions, 1 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index b8785792..e24eb249 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -187,7 +187,7 @@ http {
listen [::]:443 ssl http2;
server_name grapheneos.org;
- root /srv/grapheneos.org;
+ include root_grapheneos.org.conf;
error_page 403 =404 /404;
error_page 404 /404;
diff --git a/nginx/root_grapheneos.org.conf b/nginx/root_grapheneos.org.conf
new file mode 100644
index 00000000..5699478e
--- /dev/null
+++ b/nginx/root_grapheneos.org.conf
@@ -0,0 +1,2 @@
+# placeholder for gixy
+root /srv/grapheneos.org_a;