mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-12-15 16:39:23 -05:00
fix typos
This commit is contained in:
parent
fcd004dfdc
commit
12386fbfc7
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
user abc;
|
||||
|
||||
# Set number of worker processes automatically based on number of CPU cores.
|
||||
include /config/nginx/worker_processes.conf
|
||||
include /config/nginx/worker_processes.conf;
|
||||
|
||||
# Enables the use of JIT for regular expressions to speed-up their processing.
|
||||
pcre_jit on;
|
||||
|
|
@ -30,7 +30,7 @@ http {
|
|||
# Name servers used to resolve names of upstream servers into addresses.
|
||||
# It's also needed when using tcpsocket and udpsocket in Lua modules.
|
||||
#resolver 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001;
|
||||
include /config/nginx/resolver.conf
|
||||
include /config/nginx/resolver.conf;
|
||||
|
||||
# Don't tell nginx version to the clients. Default is 'on'.
|
||||
server_tokens off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue