6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-02-11 13:48:30 +00:00

Fix WEB_PROXY default value in docs

This commit is contained in:
Régis Behmo 2020-10-06 11:04:42 +02:00
parent a11f803af5
commit c3052aa34c

View File

@ -99,7 +99,7 @@ Nginx
- ``NGINX_HTTP_PORT`` (default: ``80``)
- ``NGINX_HTTPS_PORT`` (default: ``443``)
- ``WEB_PROXY`` (default: ``true``)
- ``WEB_PROXY`` (default: ``false``)
Nginx is used to route web traffic to the various applications and to serve static assets. In case there is another web server in front of the Nginx container (for instance, a web server running on the host or an Ingress controller on Kubernetes), the container exposed ports can be modified. If ``WEB_PROXY`` is set to ``true`` then we assume that SSL termination does not occur in the Nginx container.