Commit ee8ad8cf8f8b3cf5d7836a9ddec09328ed6ea9a6
1 parent
f65c7bf1
Exists in
master
and in
39 other branches
Using IP instead of hostname
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
puppet/modules/colab/templates/nginx/site_default.erb
... | ... | @@ -33,11 +33,11 @@ server { |
33 | 33 | } |
34 | 34 | |
35 | 35 | location /chrome { |
36 | - proxy_pass http://ambientedev01a.interlegis.leg.br; | |
36 | + proxy_pass http://10.1.2.81; | |
37 | 37 | } |
38 | 38 | |
39 | 39 | location /raw-attachment { |
40 | - proxy_pass http://ambientedev01a.interlegis.leg.br; | |
40 | + proxy_pass http://10.1.2.81; | |
41 | 41 | } |
42 | 42 | |
43 | 43 | location / { | ... | ... |