We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36106b commit 0c845fdCopy full SHA for 0c845fd
1 file changed
nginx/nginx.conf
@@ -17,7 +17,7 @@ http {
17
keepalive_timeout 65;
18
types_hash_max_size 2048;
19
20
- include /etc/ngninx/conf.d/*.conf;
+ include /etc/nginx/conf.d/*.conf;
21
22
}
23
0 commit comments