diff options
author | CoprDistGit <infra@openeuler.org> | 2024-02-02 12:25:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-02-02 12:25:03 +0000 |
commit | 913f89578b506ecf7da04b0ce7c08d7f44141711 (patch) | |
tree | 9fb24300ef8ddebb2df2b181fc4faab8549bd567 /README.dynamic | |
parent | 998c19f0244c3eacbc632e58fbdeabee90527b7c (diff) |
automatic import of nginxopeneuler23.03openeuler22.03_LTS_SP2openeuler22.03_LTS
Diffstat (limited to 'README.dynamic')
-rw-r--r-- | README.dynamic | 2 |
1 files changed, 1 insertions, 1 deletions
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; |