apache proxy 設定

<VirtualHost *:443>
ServerName web1.liho.tw:80
ProxyPreserveHost On
ProxyPass / ‘http://192.168.177.8/’
ProxyPassReverse / ‘http://192.168.177.8/’
</VirtualHost>

Leave a Reply

Your email address will not be published. Required fields are marked *

 

This site uses Akismet to reduce spam. Learn how your comment data is processed.