summaryrefslogtreecommitdiff
path: root/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'create.py')
-rwxr-xr-xcreate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.py b/create.py
index 842237d..bccdee2 100755
--- a/create.py
+++ b/create.py
@@ -26,7 +26,7 @@ class Config:
ANSIBLE_PLAYBOOKS = Path("playbooks/")
ANSIBLE_ROLES = ANSIBLE_PLAYBOOKS / Path("roles/")
GROUP_VARS = Path("group_vars/")
- NGINX_SITES_ENABLED = ANSIBLE_ROLES / Path("outbound/templates/proxy/sites-enabled")
+ NGINX_SITES_ENABLED = ANSIBLE_ROLES / Path("outbound/templates/proxy/nginx/conf.d")
INTERNAL_LOADBALANCER_HOST = "floating.home.arpa"
EXTERNAL_LOADBALANCER_HOST = "outbound.liz.coffee"