Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Docker Nginx Auto Ssl
Commits
0ea67f88
Unverified
Commit
0ea67f88
authored
Nov 07, 2019
by
Vir
Committed by
GitHub
Nov 07, 2019
Browse files
Update nginx.conf
parent
bd9dafe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
nginx.conf
View file @
0ea67f88
worker_processes
auto
;
worker_rlimit_nofile
100000
;
events
{
events
{
worker_connections
1024
;
worker_connections
4000
;
}
}
http
{
http
{
include
mime.types
;
include
mime.types
;
default_type
application/octet-stream
;
default_type
application/octet-stream
;
sendfile
on
;
sendfile
on
;
tcp_nopush
on
;
tcp_nodelay
on
;
server_tokens
off
;
server_tokens
off
;
client_max_body_size
100M
;
client_max_body_size
100M
;
access_log
off
;
reset_timedout_connection
on
;
client_body_timeout
10
;
send_timeout
2
;
keepalive_timeout
30
;
include
resty-http.conf
;
include
resty-http.conf
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment