14 lines
371 B
Django/Jinja
14 lines
371 B
Django/Jinja
<VirtualHost *:443>
|
|
ServerName hatch.chat
|
|
|
|
Include conf.d/ssl.include
|
|
SSLCertificateFile /etc/pki/tls/certs/hatch.chat.cer
|
|
SSLCertificateKeyFile /etc/pki/tls/private/hatch.chat.key
|
|
|
|
SSLProxyEngine On
|
|
ProxyRequests Off
|
|
AllowEncodedSlashes NoDecode
|
|
ProxyPass / https://matrix0.pyrocufflink.blue/ nocanon
|
|
ProxyPassReverse / https://matrix0.pyrocufflink.blue/
|
|
</VirtualHost>
|