Use proxy_connect_module if we use https

While I can't (at the moment) read the log to verify the issue
(since the proxy tell me "error 500 go read the log", my
spidersenses tell me that could be the issue, and it can't hurt
to test on staging
This commit is contained in:
Michael S 2019-07-26 16:37:04 +00:00 committed by Pierre-Yves Chibon
parent 16de19d61a
commit c0d85a3489

View file

@ -12,6 +12,7 @@ ProxyPass / http://209.132.184.52/
ProxyPassReverse / http://209.132.184.52/
{% else %}
# In staging we point to the staging version of the magazine
LoadModule proxy_connect_module modules/mod_proxy_connect.so
ProxyPass / https://fedoramag.wpengine.com/
ProxyPassReverse / https://fedoramag.wpengine.com/
{% endif %}