Fix IPA reverse cookie domain
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
0464676294
commit
658cad48e2
1 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
ProxyPassReverseCookieDomain ipa01{{env_suffix}}.phx2.fedoraproject.org id{{env_suffix}}.fedoraproject.org
|
||||
{% if env == "production" %}
|
||||
ProxyPassReverseCookieDomain ipa02.phx2.fedoraproject.org id.fedoraproject.org
|
||||
{% endif %}
|
||||
|
||||
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
|
||||
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
|
Loading…
Add table
Add a link
Reference in a new issue