Browse Source

fix directories for subdomains

master
Charles Reid 7 years ago
parent
commit
5f1d70f16f
  1. 6
      conf.d/http.subdomains.conf

6
conf.d/http.subdomains.conf

@ -36,8 +36,7 @@ server { @@ -36,8 +36,7 @@ server {
deny all;
location / {
try_files $uri $uri/ =404;
#root /www/hooks.charlesreid1.com/htdocs;
root /www/pages.charlesreid1.com/htdocs;
root /www/hooks.charlesreid1.com/htdocs;
index index.html;
}
}
@ -49,8 +48,7 @@ server { @@ -49,8 +48,7 @@ server {
deny all;
location / {
try_files $uri $uri/ =404;
#root /www/bots.charlesreid1.com/htdocs;
root /www/pages.charlesreid1.com/htdocs;
root /www/bots.charlesreid1.com/htdocs;
index index.html;
}
}

Loading…
Cancel
Save