~psivaa/uci-engine/ppa-int-prod

« back to all changes in this revision

Viewing changes to juju-deployer/configs/webui_http_vhost

  • Committer: Ubuntu CI Bot
  • Author(s): Celso Providelo
  • Date: 2014-09-05 19:47:28 UTC
  • mfrom: (770.4.2 webui-ts-proxying)
  • Revision ID: ubuntu_ci_bot-20140905194728-50gg3bhdpp2ykgcc
[r=Joe Talbott, PS Jenkins bot] Proxying WebUI request to {admin,oauth2,openid} to the Ticket System, where it's implemented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  RewriteEngine on
31
31
  Include /etc/apache2/juju-*.conf
32
32
  RewriteRule ^/api/(.*)$ http://{{ ciairlinetsdjango }}/api/$1 [P]
 
33
  RewriteRule ^/(admin|openid|oauth2)/(.*)$ http://{{ ciairlinetsdjango }}/$1/$2 [P]
33
34
  RewriteRule ^/gk/api/(.*)$ http://{{ ciairlinegatekeeperrestish }}/api/$1 [P]
34
35
  RewriteCond %{REQUEST_URI} !^/static/
35
36
  RewriteRule ^/(.*)$ http://{{ ciairlinewebuidjango }}/$1 [P]