Commit ee8ad8cf8f8b3cf5d7836a9ddec09328ed6ea9a6

Authored by Sergio Oliveira
1 parent f65c7bf1

Using IP instead of hostname

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 / {
... ...