freedomsunny 2023-01-05 20:56:12 +08:00
parent 0272b2a854
commit afeadd0f52

@ -3,7 +3,7 @@ It's a common concept to put a proxy in front of S3 that handles requests. Nginx
### Example Nginx config ### Example Nginx config
``` ```
upstream seaweedfs { server localhost:8333 fail_timeout=0; } upstream seaweedfs { server localhost:8333 fail_timeout=0; keepalive 20;}
server { server {
listen 443 ssl; listen 443 ssl;