Commit 2e909ff70a75511e445276379848a8a563c78576
1 parent
deddcda2
Exists in
master
and in
13 other branches
updating nginx config
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
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 | } |