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,6 +44,10 @@ server {
44 proxy_pass http://10.1.2.171:8080; 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 location / { 51 location / {
48 try_files /home/colab/colab/www$uri @django; 52 try_files /home/colab/colab/www$uri @django;
49 } 53 }