@@ -83,13 +83,13 @@ properly on your system.
8383``SSL_CERT_MODE ``
8484~~~~~~~~~~~~~~~~~
8585
86- - **Explanation: ** Flag to enable or disable HTTPs . If it is set to
86+ - **Explanation: ** Flag to enable or disable HTTPS . If it is set to
8787 ``Yes ``, letsencrypt certificates are automatically fetched with the
8888 help of certbot and a cronjob to ensure they stay updated is added. If
89- it is set to ``SelfSigned ``, self-signed certificates are used and
90- cronjob for the certificates is set. If set to ``No ``, site is
91- accessible via HTTP, if set if ``EXTERNAL ``, it tells HTTPs is used but
92- managed by external tool like loadbalancer / provider. Setting this
89+ it is set to ``SelfSigned ``, self-signed certificates are used and a
90+ cronjob for the certificates is set. If set to ``No ``, the site is
91+ accessible via HTTP. If set to ``External ``, it tells HTTPS is used but
92+ managed by an external tool like a loadbalancer/ provider. Setting this
9393 option as ``No `` is not recommended and might break some features, only
9494 do it when you know what you are doing.
9595- **Valid Values: ** ``External ``, ``Yes ``, ``SelfSigned ``, ``No ``.
@@ -869,6 +869,26 @@ Nginx
869869- **Example: ** ``index index.html index.htm; ``.
870870- **Default: ** ``"" `` (empty string).
871871
872+ ``NGINX_SSL_PORT ``
873+ ~~~~~~~~~~~~~~~~~~
874+
875+ - **Explanation: ** Nginx container external HTTPS port. Change if, for
876+ example, OpenWISP runs behind a reverse proxy listening on port 443 on
877+ the same host. Non-default ports are incompatible with
878+ ``SSL_CERT_MODE=Yes ``.
879+ - **Valid Values: ** ``INTEGER ``.
880+ - **Default: ** ``443 ``.
881+
882+ ``NGINX_PORT ``
883+ ~~~~~~~~~~~~~~
884+
885+ - **Explanation: ** Nginx container external HTTP port. Change if, for
886+ example, OpenWISP runs behind a reverse proxy listening on port 80 on
887+ the same host. Non-default ports are incompatible with
888+ ``SSL_CERT_MODE=Yes ``.
889+ - **Valid Values: ** ``INTEGER ``.
890+ - **Default: ** ``80 ``.
891+
872892``NGINX_GZIP_SWITCH ``
873893~~~~~~~~~~~~~~~~~~~~~
874894
0 commit comments