Skip to content

Commit 905d6c3

Browse files
committed
fixed typo
Signed-off-by: Alexander Piskun <[email protected]>
1 parent af7f42a commit 905d6c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)