proxy_ssl_verify off;
This commit is contained in:
parent
460374f404
commit
06241e868d
|
@ -21,7 +21,7 @@ http {
|
||||||
tcp_nopush on;
|
tcp_nopush on;
|
||||||
tcp_nodelay on;
|
tcp_nodelay on;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
|
proxy_ssl_verify off;
|
||||||
# Gzip 压缩1
|
# Gzip 压缩1
|
||||||
gzip on;
|
gzip on;
|
||||||
gzip_vary on;
|
gzip_vary on;
|
||||||
|
|
Loading…
Reference in New Issue