mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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
|
||||
|
||||
```
|
||||
upstream seaweedfs { server localhost:8333 fail_timeout=0; }
|
||||
upstream seaweedfs { server localhost:8333 fail_timeout=0; keepalive 20;}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
|
|
Loading…
Reference in a new issue