From 0e8fc9c4a8ef2c4781c70c5d65aa3a03d73f1c5e Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Fri, 5 Aug 2022 15:22:18 +0000 Subject: [PATCH] Update README.dynamic Fix path of glob for config files. --- README.dynamic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.dynamic b/README.dynamic index 59f03f6..5758858 100644 --- a/README.dynamic +++ b/README.dynamic @@ -16,5 +16,5 @@ Prevent dynamic modules from being enabled automatically You may want to avoid dynamic modules being enabled automatically. Simply remove this line from the top of /etc/nginx/nginx.conf: - include /usr/lib64/nginx/modules/*.conf; + include /usr/share/nginx/modules/*.conf;