BLUSHIF

Untitled

Dec 14th, 2018
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerAdmin -
  3. ServerName -
  4. ServerAlias -
  5. DocumentRoot /-
  6. <Directory /->
  7. AllowOverride All
  8. </Directory>
  9. ErrorLog ${APACHE_LOG_DIR}/error.log
  10. CustomLog ${APACHE_LOG_DIR}/access.log combined
  11. </VirtualHost>
  12. <VirtualHost *:7887>
  13. ServerName -.com/beatit
  14. ProxyPass / http://localhost:7887/ connectiontimeout=5 timeout=30 #
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment