UdelaRInterior / ansible-role-matrix-synapse

Ansible role to install, update and configure Matrix Synapse server from source with Element web app
https://galaxy.ansible.com/udelarinterior/matrix_synapse
GNU General Public License v3.0
15 stars 6 forks source link

Reverse proxy improvements #9

Closed santiagomr closed 2 years ago

santiagomr commented 2 years ago

In addition to what is proposed in #8, this PR incorporates improvements to the nginx reverse proxy configuration (following the recommendations of the official documentation) and the possibility enabling and disabling the API admin endpoints from the role.

vamgnu commented 2 years ago

Hi @santiagomr , thanks for propose these changes. I made the same changes (or almost) before seen this PR. I run these changes on a testing environment and it ended as expected.