diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2025-01-10 22:38:29 -0800 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2025-01-10 22:38:29 -0800 |
| commit | d840bd71f2f10057ec47339d8ba0ff0d017d9b5d (patch) | |
| tree | 9e6ab55f2f563642f4fdf9df3bf7c28f26765580 /whiskey | |
| parent | b56afacfdc14723f24c5ff661ce6760d8a76f827 (diff) | |
update nginx.conf and others
Diffstat (limited to 'whiskey')
| -rw-r--r-- | whiskey/files/bartender-nginx.conf | 2 |
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; |
