Special-case fas (reverseproxy).
This commit is contained in:
parent
0bc817d066
commit
5c29359f1d
1 changed files with 12 additions and 0 deletions
12
roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf
Normal file
12
roles/httpd/reverseproxy/templates/reversepassproxy.fas.conf
Normal file
|
@ -0,0 +1,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}}
|
Loading…
Add table
Add a link
Reference in a new issue