mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 02:20:51 +08:00
13 lines
414 B
Plaintext
13 lines
414 B
Plaintext
# pass ca requests on needed for CRL
|
|
ProxyPass /ca http://fas1/ca/
|
|
ProxyPassReverse /ca http://fas1/ca/
|
|
|
|
# fas1 is the only place for gencert right now
|
|
RewriteEngine On
|
|
RewriteRule /accounts/user/dogencert http://fas1/accounts/user/dogencert [P,L]
|
|
|
|
ProxyPassReverse /accounts/user/dogencert http://fas1/
|
|
|
|
ProxyPass {{localpath}} {{proxyurl}}{{remotepath}}
|
|
ProxyPassReverse {{localpath}} {{proxyurl}}{{remotepath}}
|