From 7454d22302298ea5d2afe0b7ae9184e37de19306 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 17 Apr 2021 08:51:20 -0400 Subject: [PATCH] roles/nginx/templates/nginx.conf.j2: typo cond.d -> conf.d & doc cleanup --- roles/nginx/templates/nginx.conf.j2 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/nginx/templates/nginx.conf.j2 b/roles/nginx/templates/nginx.conf.j2 index 3ffcbcd9b..bd23bd626 100644 --- a/roles/nginx/templates/nginx.conf.j2 +++ b/roles/nginx/templates/nginx.conf.j2 @@ -1,5 +1,6 @@ -# IIAB notes: sites-enabled is for server declarations -# cond.d is for location declarations within the main server block +# IIAB notes: +# /etc/nginx/sites-enabled is for server declarations +# /etc/nginx/conf.d is for location declarations within the main server block user www-data; worker_processes auto;