attempt to inject nginx config for hangouts bridge

This commit is contained in:
microchipster
2019-08-03 17:23:48 +00:00
parent 264704a29e
commit 95750c1bc7
4 changed files with 49 additions and 8 deletions

View File

@ -39,13 +39,6 @@ server {
ssl_protocols {{ matrix_nginx_proxy_ssl_protocols }};
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
{% if matrix_mautrix_hangouts_enabled %}
location /login {
proxy_pass http://matrix-mautrix-hangouts:8080;
proxy_set_header X-Forwarded-For $remote_addr;
}
{% endif %}
location /.well-known/matrix {
root {{ matrix_static_files_base_path }};