Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <VirtualHost *:80>
- ServerAdmin webmaster@localhost
- DocumentRoot /var/www/html
- ErrorLog ${APACHE_LOG_DIR}/error.log
- CustomLog ${APACHE_LOG_DIR}/access.log combined
- <Directory /storage/sdmods/>
- Options -Indexes
- ExpiresActive On
- ExpiresDefault "access plus 1 week"
- Order Allow,Deny
- allow from all
- Require all granted
- </Directory>
- ProxyPass "/content/" "!"
- Alias "/content/" "/storage/sdmods/"
- ProxyPass "/" "http://google.com/"
- </VirtualHost>
Add Comment
Please, Sign In to add comment