Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <IfModule mod_ssl.c>
- <VirtualHost *:443>
- DocumentRoot /var/csdemo/dist/
- ServerName csreplay.oesch.me
- ServerAlias www.csreplay.oesch.me
- <Directory /var/csdemo/dist/>
- Options Indexes FollowSymLinks Includes ExecCGI
- AllowOverride All
- Order allow,deny
- Allow from all
- Require all granted
- </Directory>
- ErrorLog ${APACHE_LOG_DIR}/csreplay-error.log
- CustomLog ${APACHE_LOG_DIR}/csreplay-access.log combined
- Include /etc/letsencrypt/options-ssl-apache.conf
- SSLCertificateFile /etc/letsencrypt/live/csreplay.oesch.me/fullchain.pem
- SSLCertificateKeyFile /etc/letsencrypt/live/csreplay.oesch.me/privkey.pem
- </VirtualHost>
- </IfModule>
Advertisement
Add Comment
Please, Sign In to add comment