From 2b9ff3c22f81a8d846bbc52aaa6f6524fec3bf77 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 1 May 2025 00:27:42 -0700 Subject: initial src stuff --- create.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create.py') 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" -- cgit v1.2.3-70-g09d2