Compare commits

...

2 Commits

Author SHA1 Message Date
167a97220f Merge branch 'master' of https://git.charlesreid1.com/docker/d-nginx-subdomains
* 'master' of https://git.charlesreid1.com/docker/d-nginx-subdomains:
  update singleton container name to singleton
2018-04-21 03:57:51 -07:00
5f1d70f16f fix directories for subdomains 2018-04-21 03:57:37 -07:00

View File

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