Commit e18246e4878407dd4b70907247d3c9bc97ee7c1c
1 parent
f94217c8
Exists in
master
and in
39 other branches
Proxing jenkins static files
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
puppet/modules/colab/templates/nginx/site_default.erb
@@ -40,6 +40,10 @@ server { | @@ -40,6 +40,10 @@ server { | ||
40 | proxy_pass http://10.1.2.81; | 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 | location / { | 47 | location / { |
44 | try_files /home/colab/colab/www$uri @django; | 48 | try_files /home/colab/colab/www$uri @django; |
45 | } | 49 | } |