mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
Optimized formatation
This commit is contained in:
parent
b8d73f6b09
commit
57649698c2
@ -5,8 +5,8 @@ nginx:
|
|||||||
directories:
|
directories:
|
||||||
configuration: "/etc/nginx/conf.d/" # Configuration directory
|
configuration: "/etc/nginx/conf.d/" # Configuration directory
|
||||||
http:
|
http:
|
||||||
global: "/etc/nginx/conf.d/http/global/" # Contains global configurations which will be loaded into the http block
|
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
|
servers: "/etc/nginx/conf.d/http/servers/" # Contains one configuration per domain
|
||||||
maps: "/etc/nginx/conf.d/http/maps/" # Contains mappings
|
maps: "/etc/nginx/conf.d/http/maps/" # Contains mappings
|
||||||
streams: "/etc/nginx/conf.d/streams/" # Contains streams configuration e.g. for ldaps
|
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
|
well_known: "/usr/share/nginx/well-known/" # Path where well-known files are stored
|
||||||
|
Loading…
x
Reference in New Issue
Block a user