mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 07:04:23 +08:00
11 lines
264 B
Plaintext
11 lines
264 B
Plaintext
<Location ~ {{localpath}}/(static|tg_widgets/turbogears.widgets)>
|
|
Header unset Set-Cookie
|
|
</Location>
|
|
|
|
{% if keephost %}
|
|
ProxyPreserveHost On
|
|
{% endif %}
|
|
|
|
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
|
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|