1
0
Fork 0
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:
Christopher Hoskin 2022-10-13 12:20:24 +01:00
parent 3a40892b9c
commit 38f1abea7a

View file

@ -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`