feat(nginx-fpm-proxy): add ansible role for nginx-based frontend proxy

This commit is contained in:
2021-12-04 09:37:05 +01:00
parent 991b8c635c
commit cd527b9faa
7 changed files with 284 additions and 0 deletions

View File

@ -15,6 +15,9 @@ and managing nextcloud installations
server instance. Can install, remove, enable/disable and update apps.
- [`roles/ldap-user-backend`](roles/ldap-user-backend/README.md):
Manages LDAP authentication sources in installed nextcloud instances.
- [`roles/nginx-fpm-proxy`](roles/nginx-fpm-proxy/README.md):
Reverse proxy role which connects to nextcloud using FPM
and serves static content.
## License