move static site root to /srv

This commit is contained in:
Daniel Micay
2021-03-30 10:58:04 -04:00
parent 19f1f9b700
commit 43949eb637
2 changed files with 6 additions and 6 deletions

View File

@@ -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;