diff options
author | 2022-11-08 10:36:44 +0100 | |
---|---|---|
committer | 2022-11-08 10:36:44 +0100 | |
commit | b08fd129e263fc543408fdc8e89b73d28e0c9044 (patch) | |
tree | 613340be6fd3e73ebeaa97a9d867867ce17ef772 /docs/installation_guide/binary.md | |
parent | [feature] various worker / request queue improvements (#995) (diff) | |
download | gotosocial-b08fd129e263fc543408fdc8e89b73d28e0c9044.tar.xz |
[docs] add link to SELinux policy (#993)
Diffstat (limited to 'docs/installation_guide/binary.md')
-rw-r--r-- | docs/installation_guide/binary.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/installation_guide/binary.md b/docs/installation_guide/binary.md index 29e58a5f5..14569bf52 100644 --- a/docs/installation_guide/binary.md +++ b/docs/installation_guide/binary.md @@ -139,3 +139,8 @@ sudo systemctl enable --now gotosocial.service ## 8. Reverse proxy (optional) 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), [Caddy](./caddy.md) or [Apache httpd](./apache-httpd.md) as reverse proxy + +## 8. SELinux (optional) + +If SELinux is available on your system, you can optionally install [SELinux policy](https://github.com/lzap/gotosocial-selinux) to further improve security. + |