Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <VirtualHost *:80>
  2. ServerName pts-truck.pl
  3. DocumentRoot /var/www/html
  4. RemoteIPHeader CF-Connecting-IP
  5. ErrorLog ${APACHE_LOG_DIR}/error.log
  6. CustomLog ${APACHE_LOG_DIR}/access.log combined
  7. </VirtualHost>
  8.  
  9. <VirtualHost *:80>
  10. ServerName gtaon.pl
  11. DocumentRoot /var/www/gtaon
  12. RemoteIPHeader CF-Connecting-IP
  13. ErrorLog ${APACHE_LOG_DIR}/error.log
  14. CustomLog ${APACHE_LOG_DIR}/access.log combined
  15. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement