Update README.dynamic

Fix path of glob for config files.
This commit is contained in:
Danila Vershinin 2022-08-05 15:22:18 +00:00 committed by heffer
parent 3630270cc9
commit 0e8fc9c4a8
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ Prevent dynamic modules from being enabled automatically
You may want to avoid dynamic modules being enabled automatically. Simply You may want to avoid dynamic modules being enabled automatically. Simply
remove this line from the top of /etc/nginx/nginx.conf: remove this line from the top of /etc/nginx/nginx.conf:
include /usr/lib64/nginx/modules/*.conf; include /usr/share/nginx/modules/*.conf;