Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerName website.com
- ServerAlias website.com
- DocumentRoot "/home/legacy/websitepath/"
- <Directory "/home/legacy/websitepath">
- Options FollowSymLinks Indexes
- Require all granted
- </Directory>
- </VirtualHost>
Add Comment
Please, Sign In to add comment