Commit e18246e4878407dd4b70907247d3c9bc97ee7c1c

Authored by Sergio Oliveira
1 parent f94217c8

Proxing jenkins static files

puppet/modules/colab/templates/nginx/site_default.erb
... ... @@ -40,6 +40,10 @@ server {
40 40 proxy_pass http://10.1.2.81;
41 41 }
42 42  
  43 + location /ci/static {
  44 + proxy_pass http://10.1.2.171:8080;
  45 + }
  46 +
43 47 location / {
44 48 try_files /home/colab/colab/www$uri @django;
45 49 }
... ...