Add http->http redirection for Matrix/Riot

Doing this means that matrix-nginx-proxy now starts
occupying port 80, which necessitates that
SSL renewal happens slightly differently.
This commit is contained in:
Slavi Pantaleev
2017-08-06 19:10:50 +03:00
parent 0d1a2071de
commit a3ecb7bfd9
5 changed files with 49 additions and 4 deletions

View File

@ -11,22 +11,27 @@
- include: tasks/setup_ssl.yml
tags:
- setup-main
- setup-ssl
- include: tasks/setup_postgres.yml
tags:
- setup-main
- setup-postgres
- include: tasks/setup_synapse.yml
tags:
- setup-main
- setup-synapse
- include: tasks/setup_riot_web.yml
tags:
- setup-main
- setup-riot-web
- include: tasks/setup_nginx_proxy.yml
tags:
- setup-main
- setup-nginx-proxy
- include: tasks/start.yml
tags: