Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- 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
- RewriteEngine on
- RewriteCond %{SERVER_NAME} =csreplay.oesch.me [OR]
- RewriteCond %{SERVER_NAME} =www.csreplay.oesch.me
- RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment