Commit d9f567c7cd24e9ca58a13e6e71e8caa2c124f620
1 parent
562d145f
Exists in
master
and in
39 other branches
Adding localhost to server_name
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
puppet/modules/colab/templates/nginx/site_default.erb
... | ... | @@ -12,7 +12,7 @@ server { |
12 | 12 | listen 80; |
13 | 13 | |
14 | 14 | root /; |
15 | - server_name colab.interlegis.leg.br colab.interlegis.gov.br colab-demo.tracy.com.br; | |
15 | + server_name colab.interlegis.leg.br colab.interlegis.gov.br colab-demo.tracy.com.br localhost; | |
16 | 16 | |
17 | 17 | location @django { |
18 | 18 | proxy_hide_header Vary; | ... | ... |