From: Silvio Rhatto Date: Fri, 17 Jun 2016 18:47:57 +0000 (-0300) Subject: Fix deprecations X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fd6821ac2d44fe2d8ee0cec6221806c950478415;p=puppet-nginx.git Fix deprecations --- diff --git a/templates/site-ssl.erb b/templates/site-ssl.erb index fd61458..cee57c8 100644 --- a/templates/site-ssl.erb +++ b/templates/site-ssl.erb @@ -22,6 +22,6 @@ server { proxy_set_header X-Forwarded-Proto https; # default proxy pass - proxy_pass http://<%= backend %>:80; + proxy_pass http://<%= @backend %>:80; } }