We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd004d commit 12386fbCopy full SHA for 12386fb
root/defaults/nginx.conf
@@ -3,7 +3,7 @@
3
user abc;
4
5
# Set number of worker processes automatically based on number of CPU cores.
6
-include /config/nginx/worker_processes.conf
+include /config/nginx/worker_processes.conf;
7
8
# Enables the use of JIT for regular expressions to speed-up their processing.
9
pcre_jit on;
@@ -30,7 +30,7 @@ http {
30
# Name servers used to resolve names of upstream servers into addresses.
31
# It's also needed when using tcpsocket and udpsocket in Lua modules.
32
#resolver 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001;
33
- include /config/nginx/resolver.conf
+ include /config/nginx/resolver.conf;
34
35
# Don't tell nginx version to the clients. Default is 'on'.
36
server_tokens off;
0 commit comments