diff options
author | 2022-04-29 04:58:39 -0400 | |
---|---|---|
committer | 2022-04-29 10:58:39 +0200 | |
commit | c36fbab86fe574c28330462d43377cf02e7d5cd9 (patch) | |
tree | 09d2b95e6bbc6474f1121c7c7ff2703e5d31b411 | |
parent | Add support for running profiling when debug build-tags provided (#491) (diff) | |
download | gotosocial-c36fbab86fe574c28330462d43377cf02e7d5cd9.tar.xz |
[documentaton] Fix port number in Reverse proxy section (#506)
-rw-r--r-- | docs/installation_guide/binary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md index 26a6a51fe..fd2f24572 100644 --- a/docs/installation_guide/binary.md +++ b/docs/installation_guide/binary.md @@ -140,4 +140,4 @@ At some point you'll likely want to do things like change instance information, ## 9. Reverse proxy (optional) -If you want to run other webservers on port 433 or want to add an additional layer of security you might want to use [nginx](./nginx.md) or [Apache httpd](./apache-httpd.md) as reverse proxy +If you want to run other webservers on port 443 or want to add an additional layer of security you might want to use [nginx](./nginx.md) or [Apache httpd](./apache-httpd.md) as reverse proxy |