diff --git a/etc/nginx/sites-available/git.xyzzy.ee.conf b/etc/nginx/sites-available/git.xyzzy.ee.conf index 4376b0b..be876ed 100644 --- a/etc/nginx/sites-available/git.xyzzy.ee.conf +++ b/etc/nginx/sites-available/git.xyzzy.ee.conf @@ -2,7 +2,7 @@ server { server_name git.xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location ~ ^\/(robots\.txt|\.well-known\/security\.txt)$ { diff --git a/etc/nginx/sites-available/git.xyzzy.ee.conf.bootstrap b/etc/nginx/sites-available/git.xyzzy.ee.conf.bootstrap index 393b62e..3658fec 100644 --- a/etc/nginx/sites-available/git.xyzzy.ee.conf.bootstrap +++ b/etc/nginx/sites-available/git.xyzzy.ee.conf.bootstrap @@ -4,7 +4,7 @@ server { listen 80; listen [::]:80; server_name git.xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location / { diff --git a/etc/nginx/sites-available/xyzzy.ee.conf b/etc/nginx/sites-available/xyzzy.ee.conf index 0b2eb00..c6011a6 100644 --- a/etc/nginx/sites-available/xyzzy.ee.conf +++ b/etc/nginx/sites-available/xyzzy.ee.conf @@ -3,7 +3,7 @@ server { server_name xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location / { @@ -37,7 +37,7 @@ server { server { server_name www.xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location ~ /\.well-known { @@ -81,7 +81,7 @@ server { listen 80; listen [::]:80; server_name xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; return 404; # managed by Certbot } @@ -94,7 +94,7 @@ server { listen 80; listen [::]:80; server_name www.xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; return 404; # managed by Certbot } diff --git a/etc/nginx/sites-available/xyzzy.ee.conf.bootstrap b/etc/nginx/sites-available/xyzzy.ee.conf.bootstrap index 8550d31..298a098 100644 --- a/etc/nginx/sites-available/xyzzy.ee.conf.bootstrap +++ b/etc/nginx/sites-available/xyzzy.ee.conf.bootstrap @@ -5,7 +5,7 @@ server { listen 80 default_server; listen [::]:80 default_server; server_name xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location / { @@ -18,7 +18,7 @@ server { listen 80; listen [::]:80; server_name www.xyzzy.ee; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location ~ /\.well-known { diff --git a/etc/nginx/sites-available/xyzzy.fi.conf b/etc/nginx/sites-available/xyzzy.fi.conf index 81c29bd..134362b 100644 --- a/etc/nginx/sites-available/xyzzy.fi.conf +++ b/etc/nginx/sites-available/xyzzy.fi.conf @@ -3,7 +3,7 @@ server { server_name xyzzy.fi; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location / { @@ -37,7 +37,7 @@ server { server { server_name www.xyzzy.fi; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location ~ /\.well-known { @@ -81,7 +81,7 @@ server { listen 80; listen [::]:80; server_name xyzzy.fi; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; return 404; # managed by Certbot } @@ -94,7 +94,7 @@ server { listen 80; listen [::]:80; server_name www.xyzzy.fi; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; return 404; # managed by Certbot } diff --git a/etc/nginx/sites-available/xyzzy.fi.conf.bootstrap b/etc/nginx/sites-available/xyzzy.fi.conf.bootstrap index 5dee3d0..09bdcf3 100644 --- a/etc/nginx/sites-available/xyzzy.fi.conf.bootstrap +++ b/etc/nginx/sites-available/xyzzy.fi.conf.bootstrap @@ -5,7 +5,7 @@ server { listen 80; listen [::]:80; server_name xyzzy.fi; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location / { @@ -18,7 +18,7 @@ server { listen 80; listen [::]:80; server_name www.xyzzy.fi; - root /var/xyzzy/html; + root /var/xyzzy/html/plugh; index index.html; location ~ /\.well-known { diff --git a/html/favicon.png b/html/plugh/favicon.png similarity index 100% rename from html/favicon.png rename to html/plugh/favicon.png diff --git a/html/favicon.svg b/html/plugh/favicon.svg similarity index 100% rename from html/favicon.svg rename to html/plugh/favicon.svg diff --git a/html/index.css b/html/plugh/index.css similarity index 100% rename from html/index.css rename to html/plugh/index.css diff --git a/html/index.html b/html/plugh/index.html similarity index 100% rename from html/index.html rename to html/plugh/index.html diff --git a/html/robots.txt b/html/plugh/robots.txt similarity index 100% rename from html/robots.txt rename to html/plugh/robots.txt