apache 反向代理

要先启用组件:a2enmod rewrite proxy ,确认开启以下组件: proxyproxy_connecthttp

<VirtualHost *:80>
        AllowEncodedSlashes On
        ProxyPass / http://localhost:88/
        ProxyPassReverse / http://localhost:88/
</VirtualHost>