reparent default xyzzy to plugh subdir
This commit is contained in:
parent
f2b36a9974
commit
5ee8490d20
11 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue