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
2cbfca99
Unverified
Commit
2cbfca99
authored
Nov 07, 2019
by
Vir
Committed by
GitHub
Nov 07, 2019
Browse files
Update nginx.conf
parent
d5eea55b
Changes
1
Hide whitespace changes
Inline
Side-by-side
nginx.conf
View file @
2cbfca99
...
...
@@ -7,6 +7,8 @@ http {
include
mime.types
;
default_type
application/octet-stream
;
sendfile
on
;
server_tokens
off
;
client_max_body_size
100M
;
include
resty-http.conf
;
...
...
@@ -17,4 +19,4 @@ http {
}
include
/etc/nginx/conf.d/*.conf
;
}
\ No newline at end of file
}
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