mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 15:28:06 +02:00
Add documentation for NGINX_HTTP_PORT
This commit is contained in:
parent
3a40892b9c
commit
38f1abea7a
1 changed files with 7 additions and 1 deletions
|
@ -160,4 +160,10 @@ Sets the host IP address(es) that the [TLS Proxy](tls-proxy.md) container will b
|
|||
|
||||
Typically this should be set to the external IP of your host. Do not set it to `0.0.0.0` as this will typically cause a conflict with `SHARELATEX_LISTEN_IP`.
|
||||
|
||||
- Default: `127.0.1.1`
|
||||
- Default: `127.0.1.1`
|
||||
|
||||
### `NGINX_HTTP_PORT`
|
||||
|
||||
Sets the host port that the [TLS Proxy](tls-proxy.md) container will bind to for http.
|
||||
|
||||
- Default: `80`
|
Loading…
Add table
Add a link
Reference in a new issue