Freshmaker should rely on tls termination at the proxy layer.

This commit is contained in:
Ralph Bean 2018-02-02 15:15:26 +00:00
parent 0a00c5a82c
commit ead99e7441

View file

@ -58,7 +58,9 @@
roles: roles:
- mod_wsgi - mod_wsgi
- freshmaker/frontend - role: freshmaker/frontend
# TLS is terminated for us at the proxy layer (like for every other app).
freshmaker_force_ssl: False
handlers: handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml" - import_tasks: "{{ handlers_path }}/restart_services.yml"