Guest User

Untitled

a guest
Aug 21st, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <IfModule mod_ssl.c>
  2. <VirtualHost *:443>
  3. DocumentRoot /var/csdemo/dist/
  4. ServerName csreplay.oesch.me
  5. ServerAlias www.csreplay.oesch.me
  6. <Directory /var/csdemo/dist/>
  7. Options Indexes FollowSymLinks Includes ExecCGI
  8. AllowOverride All
  9. Order allow,deny
  10. Allow from all
  11. Require all granted
  12. </Directory>
  13. ErrorLog ${APACHE_LOG_DIR}/csreplay-error.log
  14. CustomLog ${APACHE_LOG_DIR}/csreplay-access.log combined
  15.  
  16.  
  17. Include /etc/letsencrypt/options-ssl-apache.conf
  18. SSLCertificateFile /etc/letsencrypt/live/csreplay.oesch.me/fullchain.pem
  19. SSLCertificateKeyFile /etc/letsencrypt/live/csreplay.oesch.me/privkey.pem
  20. </VirtualHost>
  21. </IfModule>
  22.  
Advertisement
Add Comment
Please, Sign In to add comment