Skip to content

Commit

Permalink
Fixing hopsoft#87
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Feb 8, 2019
1 parent ab8fcd1 commit 8706be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/etc/nginx/sites-enabled/graphite-statsd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ server {
}

location / {
proxy_pass http://localhost:8080;
proxy_pass http://127.0.0.1:8080;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit 8706be1

Please sign in to comment.