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
bd9dafe0
Unverified
Commit
bd9dafe0
authored
Nov 07, 2019
by
Vir
Committed by
GitHub
Nov 07, 2019
Browse files
Update server-proxy.conf
parent
2cbfca99
Changes
1
Hide whitespace changes
Inline
Side-by-side
snippets/server-proxy.conf
View file @
bd9dafe0
...
...
@@ -23,5 +23,20 @@ server {
proxy_set_header
Upgrade
$
http_upgrade
;
proxy_set_header
Connection
$
connection_upgrade
;
proxy_cache_bypass
$
http_upgrade
;
proxy_connect_timeout
600
;
proxy_send_timeout
600
;
proxy_read_timeout
600
;
send_timeout
600
;
client_max_body_size
100
M
;
gzip
on
;
gzip_disable
"msie6"
;
gzip_vary
on
;
gzip_proxied
any
;
gzip_comp_level
6
;
gzip_buffers
16
8
k
;
gzip_http_version
1
.
1
;
gzip_types
application
/
javascript
application
/
rss
+
xml
application
/
vnd
.
ms
-
fontobject
application
/
x
-
font
application
/
x
-
font
-
opentype
application
/
x
-
font
-
otf
application
/
x
-
font
-
truetype
application
/
x
-
font
-
ttf
application
/
x
-
javascript
application
/
xhtml
+
xml
application
/
xml
font
/
opentype
font
/
otf
font
/
ttf
image
/
svg
+
xml
image
/
x
-
icon
text
/
css
text
/
javascript
text
/
plain
text
/
xml
;
}
}
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