From 8a498edef5b5469f7c19973b7e92e9c48e359df7 Mon Sep 17 00:00:00 2001 From: "Peter.Morton" Date: Mon, 16 Oct 2023 22:38:10 -0500 Subject: [PATCH] include need to be inside http --- nginx.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index 943c08e..74ebc15 100644 --- a/nginx.conf +++ b/nginx.conf @@ -28,5 +28,6 @@ http { access_log /var/log/nginx/access.log main; sendfile on; keepalive_timeout 65; -} -include conf.d/*.conf + + include /etc/nginx/conf.d/*.conf; +} \ No newline at end of file