Skip to content

Commit 24ff62d

Browse files
committed
Forgot to add WSGI_TIMEOUT to docs
1 parent ffc0efe commit 24ff62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Pair nginx-proxy with your favorite upstream server (wsgi, uwsgi, asgi, et al.)
2828
| `NO_ACCESS_LOGS` | disable access logs completely | No | 0 | 1 |
2929
| `LOG_ONLY_5XX` | only log 5XX HTTP status access events | No | 0 | 1 |
3030
| `WORKER_CONNECTIONS` | Set the number of allowed worker connections | No | 1024 | 2048 |
31-
| `WORKER_FILE_LIMIT` | Set the number of available file descriptors | No | 2*WORKER_CONNECTIONS | 4096 |
32-
31+
| `WORKER_FILE_LIMIT` | Set the number of available file descriptors | No | `2*WORKER_CONNECTIONS` | 4096 |
32+
| `WSGI_TIMEOUT` | uwsgi read and write timeouts | No | `KEEPALIVE_TIMEOUT` | 4096 |
3333
### Hosting Static Assets
3434

3535
Static files can be hosted from your proxied application by sharing a volume

0 commit comments

Comments
 (0)