summaryrefslogtreecommitdiff
path: root/whiskey
diff options
context:
space:
mode:
authorD Delmar Davis <don@suspectdevices.com>2025-01-10 22:38:29 -0800
committerD Delmar Davis <don@suspectdevices.com>2025-01-10 22:38:29 -0800
commitd840bd71f2f10057ec47339d8ba0ff0d017d9b5d (patch)
tree9e6ab55f2f563642f4fdf9df3bf7c28f26765580 /whiskey
parentb56afacfdc14723f24c5ff661ce6760d8a76f827 (diff)
update nginx.conf and others
Diffstat (limited to 'whiskey')
-rw-r--r--whiskey/files/bartender-nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/whiskey/files/bartender-nginx.conf b/whiskey/files/bartender-nginx.conf
index b2730ff..d5af4c2 100644
--- a/whiskey/files/bartender-nginx.conf
+++ b/whiskey/files/bartender-nginx.conf
@@ -16,7 +16,7 @@ server {
}
server {
- root /var/www/digithink/whiskey/bartender;
+ root /var/www/bartender/site;
index index.html;
if ($host = bartender.digithink.com) {
return 301 https://$host$request_uri;