/contrib/cistrome_apache_proxy.conf
Config | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | f4f99c177d174822bc2fd1d6e58b1cf1 MD5 | raw file
- <Proxy http://127.0.0.1:8603>
- Order Allow,Deny
- Allow from all
- </Proxy>
- RewriteEngine On
- RewriteRule ^/ap$ /ap/ [R]
- RewriteRule ^/ap(.*) http://127.0.0.1:8603$1 [P]