diff options
Diffstat (limited to 'create.py')
-rwxr-xr-x | create.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |