Skip to content

Commit 12386fb

Browse files
committed
fix typos
1 parent fcd004d commit 12386fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/defaults/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
user abc;
44

55
# Set number of worker processes automatically based on number of CPU cores.
6-
include /config/nginx/worker_processes.conf
6+
include /config/nginx/worker_processes.conf;
77

88
# Enables the use of JIT for regular expressions to speed-up their processing.
99
pcre_jit on;
@@ -30,7 +30,7 @@ http {
3030
# Name servers used to resolve names of upstream servers into addresses.
3131
# It's also needed when using tcpsocket and udpsocket in Lua modules.
3232
#resolver 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001;
33-
include /config/nginx/resolver.conf
33+
include /config/nginx/resolver.conf;
3434

3535
# Don't tell nginx version to the clients. Default is 'on'.
3636
server_tokens off;

0 commit comments

Comments
 (0)