ng代理minio支持websocket

This commit is contained in:
2026-07-09 09:40:54 +08:00
parent eb421a3229
commit 70cac11059
+3
View File
@@ -15,6 +15,8 @@ server {
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
client_max_body_size 500M;
location / {
proxy_pass http://116.204.74.41;
proxy_http_version 1.1;
@@ -32,6 +34,7 @@ server {
server {
listen 80 default_server;
server_name _;
client_max_body_size 500M;
location / {
proxy_pass http://116.204.74.41;
proxy_http_version 1.1;