File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ docker run -e NC_HAPROXY_PASSWORD="some_secure_password" \
3737 --restart unless-stopped --privileged -d ghcr.io/cloud-py-api/aa-docker-socket-proxy:release
3838```
3939
40- Here in addition to ` some_secure_password ` we map certificate file from host with SSL certificate that will be used by HaProxy.
40+ Here in addition we map certificate file from host with SSL certificate that will be used by HaProxy.
4141
4242> [ !WARNING]
4343> If the certificates are self-signed, your job is to add them to the Nextcloud instance so that AppAPI can recognize them.
@@ -50,7 +50,7 @@ Here in addition to `some_secure_password` we map certificate file from host wit
5050
5151### Additionally supported variables
5252
53- ` HAPROXY_PORT ` : using of custom port instead of 2735 which is the default one.
53+ ` HAPROXY_PORT ` : using of custom port instead of ** 2375 ** which is the default one.
5454
5555` EX_APPS_NET ` : only for custom remote ExApp installs with TLS, determines destination of requests to ExApps for HaProxy.
5656
You can’t perform that action at this time.
0 commit comments