Skip to content

Commit

Permalink
Merge pull request #4016 from wiz/fix-collectd-nginx-bind-localhost
Browse files Browse the repository at this point in the history
Fix nginx.conf for collectd so it only listens on 127.0.0.1
  • Loading branch information
sqrrm committed Mar 9, 2020
2 parents 4fc8da6 + 623a7bb commit 1ba9d6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions monitor/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ stream {
access_log syslog:server=unix:/dev/log basic;

server {
listen 2003;
allow 127.0.0.1;
deny all;
listen 127.0.0.1:2003;
proxy_pass monitor.bisq.network:2002;
proxy_ssl on;

Expand Down

0 comments on commit 1ba9d6a

Please sign in to comment.