TechExhibeo

website reverse proxy

May 14th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName website.com
  3. ServerAlias website.com
  4. DocumentRoot "/home/legacy/websitepath/"
  5. <Directory "/home/legacy/websitepath">
  6. Options FollowSymLinks Indexes
  7. Require all granted
  8. </Directory>
  9. </VirtualHost>
Add Comment
Please, Sign In to add comment