diff options
author | 2022-04-18 17:45:43 +0200 | |
---|---|---|
committer | 2022-04-18 17:45:43 +0200 | |
commit | 721061b046d5d63585ce00c3ae91a010711764df (patch) | |
tree | bbf62378605185fba6d1a913db57a6e5a32d0c8c /docs/installation_guide/binary.md | |
parent | [bugfix] Fix infinite domain block database loop (#467) (diff) | |
download | gotosocial-721061b046d5d63585ce00c3ae91a010711764df.tar.xz |
[docs] unify nginx explainers and add apache httpd (#455)
* docs: unify nginx explainers and add apache httpd
there are two places where nginx + certbot is explained, unify that into
one place.
Add apache httpd, following the same steps, but using mod_md for
LetsEncrypt
add a note about #453 in both guides.
Link to both, and call the section reverse proxy, instead of NGINX
* restore full nginx.conf from docker.md
* add installation_guide/apache-httpd.md to mkdocs
Diffstat (limited to 'docs/installation_guide/binary.md')
-rw-r--r-- | docs/installation_guide/binary.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md index 173237da0..26a6a51fe 100644 --- a/docs/installation_guide/binary.md +++ b/docs/installation_guide/binary.md @@ -138,6 +138,6 @@ sudo systemctl enable --now gotosocial.service At some point you'll likely want to do things like change instance information, and block domains you don't want to interact with. See the [admin panel](../admin/admin_panel.md) instructions for this. -## 9. Reverse proxy with nginx (optional) +## 9. Reverse proxy (optional) -If you want to run other webservers on port 433 or simply want to add an additional layer of security you might want to [use nginx as a reverse proxy](./nginx.md). +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 |