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
Merge pull request
#323
from yuri-moens/master
Render vhost directives in https server block
pull/325/head
Slavi Pantaleev
6 years ago
committed by
GitHub
parent
ca3b158d94
0866f98957
commit
332eec699e
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
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