site.confProxyPass /maps https://maps.googleapis.com/mapsLoadModule proxy_module modules/mod_proxy.soLoadModule proxy_connect_module modules/mod_proxy_connect.soLoadModule proxy_http_module modules/mod_proxy_http.soLoadModule ssl_module modules/mod_ssl.so<IfModule mod_proxy.c>ProxyRequests Off<Proxy *>Order deny,allowAllow from all</Proxy>SSLProxyEngine onProxyPass /maps https://maps.googleapis.com/mapsProxyPassReverse /maps https://maps.googleapis.com/maps</IfModule>
Apache代理转发http到https
原文地址:https://www.cnblogs.com/aboys/p/9208237.html