summaryrefslogtreecommitdiff
path: root/nginx
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-03-30 10:58:04 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-03-30 10:58:04 -0400
commit43949eb6379856eca7754c90974fc7c3034b7263 (patch)
tree75fe1fe443d3b6395a59c79f3cbb01d5e34caf9b /nginx
parent19f1f9b700519cecb01c66fe9c1a7e4c5b523304 (diff)
move static site root to /srv
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 6c89bb5f..35234442 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -109,7 +109,7 @@ http {
listen [::]:443 ssl http2;
server_name grapheneos.org;
- root /var/www/html;
+ root /srv/grapheneos.org;
error_page 403 =404 /404.html;
error_page 404 /404.html;