ng代理minio支持websocket
This commit is contained in:
@@ -15,6 +15,8 @@ server {
|
|||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
ssl_ciphers HIGH:!aNULL:!MD5;
|
ssl_ciphers HIGH:!aNULL:!MD5;
|
||||||
|
|
||||||
|
client_max_body_size 500M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://116.204.74.41;
|
proxy_pass http://116.204.74.41;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
@@ -32,6 +34,7 @@ server {
|
|||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 80 default_server;
|
||||||
server_name _;
|
server_name _;
|
||||||
|
client_max_body_size 500M;
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://116.204.74.41;
|
proxy_pass http://116.204.74.41;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user