We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2baa5be commit 6b0bcaaCopy full SHA for 6b0bcaa
README.md
@@ -28,7 +28,7 @@ Pair nginx-proxy with your favorite upstream server (wsgi, uwsgi, asgi, et al.)
28
| `NO_ACCESS_LOGS` | disable access logs completely | No | 0 | 1 |
29
| `LOG_ONLY_5XX` | only log 5XX HTTP status access events | No | 0 | 1 |
30
| `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 |
+| `WORKER_FILE_LIMIT` | Set the number of available file descriptors | No | 2*WORKER_CONNECTIONS | 4096 |
32
33
### Hosting Static Assets
34
0 commit comments