summaryrefslogtreecommitdiffstats
path: root/roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf
blob: beb69201b5186670e61bf2ec5d6d48d406e6fe9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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}}