Skip to content

Commit 6b0bcaa

Browse files
Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2baa5be commit 6b0bcaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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 descripters | No | 2*WORKER_CONNECTIONS | 4096 |
31+
| `WORKER_FILE_LIMIT` | Set the number of available file descriptors | No | 2*WORKER_CONNECTIONS | 4096 |
3232

3333
### Hosting Static Assets
3434

0 commit comments

Comments
 (0)