Advertisement
ZORGLUB2000

Untitled

Mar 2nd, 2021
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1.  
  2. <VirtualHost *:80>
  3. ServerName seatable.mydomain.com
  4. ProxyRequests Off
  5. <Proxy *>
  6. Order deny,allow
  7. Allow from all
  8. </Proxy>
  9. ProxyPreserveHost On
  10. ProxyPass / http://192.168.10.81/
  11. ProxyPassReverse / http://192.168.10.81/
  12. <Location />
  13. Order allow,deny
  14. Allow from all
  15. </Location>
  16. </VirtualHost>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement