From b671f9dd05c65cdbd4f9c4a79c2c989472d363ea Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Mon, 3 Feb 2025 13:07:14 +0100 Subject: [PATCH] Solved directory naming bug --- group_vars/all/05_nginx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/group_vars/all/05_nginx.yml b/group_vars/all/05_nginx.yml index 2af93573..8badc9a0 100644 --- a/group_vars/all/05_nginx.yml +++ b/group_vars/all/05_nginx.yml @@ -5,8 +5,8 @@ nginx: directories: configuration: "/etc/nginx/conf.d/" # Configuration directory http: - global: "/etc/nginx/conf.d/http/global" # Contains global configurations which will be loaded into the http block - servers: "/etc/nginx/conf.d/http/servers" # Contains one configuration per domain + global: "/etc/nginx/conf.d/http/global/" # Contains global configurations which will be loaded into the http block + servers: "/etc/nginx/conf.d/http/servers/" # Contains one configuration per domain maps: "/etc/nginx/conf.d/http/maps/" # Contains mappings streams: "/etc/nginx/conf.d/streams/" # Contains streams configuration e.g. for ldaps well_known: "/usr/share/nginx/well-known/" # Path where well-known files are stored