commit 46a049694e3289ec973b6937ff67e83044353ade
parent 90070c760749d3adab5db62104b3ace80e309eb9
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Fri, 17 Feb 2017 13:27:44 +0100
localhost->127.0.0.1 for proxy_pass.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/nginx/sites-enabled/buildbot-ssl.site b/etc/nginx/sites-enabled/buildbot-ssl.site
@@ -11,7 +11,7 @@ server {
include conf.d/talerssl;
location / {
- proxy_pass http://localhost:8010;
+ proxy_pass http://127.0.0.1:8010;
proxy_redirect off;
proxy_set_header Host $host;
}