要先启用组件:a2enmod rewrite proxy ,确认开启以下组件: proxy,proxy_connect,http 。
<VirtualHost *:80>
AllowEncodedSlashes On
ProxyPass / http://localhost:88/
ProxyPassReverse / http://localhost:88/
</VirtualHost>
要先启用组件:a2enmod rewrite proxy ,确认开启以下组件: proxy,proxy_connect,http 。
<VirtualHost *:80>
AllowEncodedSlashes On
ProxyPass / http://localhost:88/
ProxyPassReverse / http://localhost:88/
</VirtualHost>