From 27029946a37fef8b4b918d5bcdbefba871e6ce32 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Mon, 16 Oct 2023 22:11:36 -0500 Subject: [PATCH] need to include conf.d files --- nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 6555752..943c08e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,4 +28,5 @@ http { access_log /var/log/nginx/access.log main; sendfile on; keepalive_timeout 65; -} \ No newline at end of file +} +include conf.d/*.conf