Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:443>
- SSLEngine on
- SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
- ServerName matrix.archgang.xyz
- ServerAdmin [email protected]
- RequestHeader set X-Forwarded-Proto "https"
- ProxyRequests Off
- ProxyVia Off
- <Proxy *>
- Require all granted
- </Proxy>
- ProxyPass / http://127.0.0.1:8008/ nocanon
- ProxyPassReverse / http://127.0.0.1:8008/#
- SSLCertificateFile /etc/letsencrypt/live/matrix.archgang.xyz/fullchain.pem
- SSLCertificateKeyFile /etc/letsencrypt/live/matrix.archgang.xyz/privkey.pem
- </VirtualHost>
- <VirtualHost *:8448>
- SSLEngine on
- SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP
- ServerName archgang.xyz
- ServerAdmin [email protected]
- RequestHeader set X-Forwarded-Proto "https"
- ProxyRequests Off
- ProxyVia Off
- <Proxy *>
- Require all granted
- </Proxy>
- ProxyPass / http://127.0.0.1:8008/ nocanon
- ProxyPassReverse / http://127.0.0.1:8008/#
- SSLCertificateFile /etc/letsencrypt/live/matrix.archgang.xyz/fullchain.pem
- SSLCertificateKeyFile /etc/letsencrypt/live/matrix.archgang.xyz/privkey.pem
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement