This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Render vhost directives in https server block
pull/323/head
Yuri Moens
6 years ago
parent
ca3b158d94
commit
0866f98957
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2
+ 2
- 0
roles/matrix-nginx-proxy/templates/nginx/conf.d/matrix-domain.conf.j2
View File
@@ -58,5 +58,7 @@ server {
ssl_protocols {{ matrix_nginx_proxy_ssl_protocols }};
ssl_prefer_server_ciphers on;
ssl_ciphers "EECDH+AESGCM:EDH+AESGCM:AES256+EECDH:AES256+EDH";
{{ render_vhost_directives() }}
}
{% endif %}
Write
Preview
Loading…
Cancel
Save