summaryrefslogtreecommitdiff
path: root/create.py
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-05-01 00:27:42 -0700
committerElizabeth Hunt <me@liz.coffee>2025-05-01 00:27:42 -0700
commit2b9ff3c22f81a8d846bbc52aaa6f6524fec3bf77 (patch)
tree17155b8b7c970d2fdd4b8ea87646a07a9d27ee59 /create.py
parentd357056752382ffe4ae866304d3573c361dbe21a (diff)
downloadinfra-2b9ff3c22f81a8d846bbc52aaa6f6524fec3bf77.tar.gz
infra-2b9ff3c22f81a8d846bbc52aaa6f6524fec3bf77.zip
initial src stuff
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"