mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 04:52:29 +08:00
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:
committed by
Pierre-Yves Chibon
parent
16de19d61a
commit
c0d85a3489
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user