File matrix-element-web.apache-vhost of Package matrix-element-web
#
# Uncomment the line.
# Change matrix.example.com to really name.
# Change location of Certification.
#
# You will also want to set bind_addresses: ['127.0.0.1']
# and x_forwarded: true for port 8008 in homeserver.yaml
# to ensure that client IP addresses are recorded correctly.
#
# Having done so, you can then use https://matrix.example.com
# (instead of https://matrix.example.com:8448)
# as the Custom server when Connecting to Synapse from a client.
<IfDefine SSL>
<IfDefine !NOSSL>
#<VirtualHost *:443>
# SSLEngine On
# ServerName element.example.com
# DocumentRoot "/usr/share/matrix-element-web"
#
# ErrorLog /var/log/apache2/matrix-element.example.com-error_log
# TransferLog /var/log/apache2/matrix-element.example.com-access_log
#
# SSLProtocol all -SSLv2 -SSLv3 -TLSv1 -TLSv1.1
#
# SSLCipherSuite ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA:ECDHE-ECDSA-AES128-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES128-SHA256:ECDHE-RSA-AES256-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES256-SHA256
# SSLHonorCipherOrder on
#
# SSLCertificateFile /etc/certbot/live/matrix.example.com/cert.pem
# SSLCertificateKeyFile /etc/certbot/live/matrix.example.com/privkey.pem
# SSLCertificateChainFile /etc/certbot/live/matrix.example.com/chain.pem
#
# <Directory /usr/share/matrix-element-web>
# AllowOverride None
# <IfModule mod_authz_core.c>
# # Apache 2.4
# Require all granted
# </IfModule>
# <IfModule !mod_authz_core.c>
# # Apache 2.2
# Order allow,deny
# Allow from all
# </IfModule>
# </Directory>
#
#</VirtualHost>
</IfDefine>
</IfDefine>