Solved directory naming bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-03 13:07:14 +01:00
parent 4768d66fbb
commit b671f9dd05

View File

@ -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