svg
This commit is contained in:
@ -13,8 +13,13 @@ Listen %%adresse_ip_eth0:%%ninegate_websocket_portexterne
|
||||
ErrorLog /var/log/apache2/ssl_error.log
|
||||
CustomLog /var/log/apache2/ssl_access.log common
|
||||
SSLEngine on
|
||||
%if %%cert_type == "letsencrypt"
|
||||
SSLCertificateFile /etc/ssl/letsencrypt/conf/live/%%ninegate_websocket_url/cert.pem
|
||||
SSLCertificateKeyFile /etc/ssl/letsencrypt/conf/live/%%ninegate_websocket_url/privkey.pem
|
||||
%else
|
||||
SSLCertificateFile %%server_cert
|
||||
SSLCertificateKeyFile %%server_key
|
||||
%end if
|
||||
SSLProtocol all -SSLv3 -SSLv2
|
||||
ServerName %%ninegate_websocket_url
|
||||
RewriteEngine On
|
||||
|
Reference in New Issue
Block a user