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
74e4b737
Unverified
Commit
74e4b737
authored
Nov 11, 2019
by
Vir
Committed by
GitHub
Nov 11, 2019
Browse files
Update server-proxy.conf
parent
7968d5a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
snippets/server-proxy.conf
View file @
74e4b737
...
...
@@ -24,10 +24,6 @@ server {
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
;
...
...
@@ -37,6 +33,26 @@ server {
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
;
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