Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *443 *:80 *:8080>
- ServerName wiki
- ServerAlias wiki.contoso
- RewriteEngine on
- RewriteRule ^ https://wiki.contoso.com [R=301,L]
- ServerAdmin webmaster@localhost
- DocumentRoot /var/www/sdit
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
- </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment