Commit 2e909ff70a75511e445276379848a8a563c78576

Authored by Sergio Oliveira
1 parent deddcda2

updating nginx config

puppet/modules/colab/templates/nginx/site_default.erb
... ... @@ -44,6 +44,10 @@ server {
44 44 proxy_pass http://10.1.2.171:8080;
45 45 }
46 46  
  47 + location /ci/adjuncts {
  48 + proxy_pass http://10.1.2.171:8080;
  49 + }
  50 +
47 51 location / {
48 52 try_files /home/colab/colab/www$uri @django;
49 53 }
... ...