[bisq-network/bisq] Fix nginx.conf for collectd so it only listens on 127.0.0.1 (#4016)

wiz notifications at github.com
Fri Feb 28 03:48:05 UTC 2020


Before:
```
tcp        0      0 0.0.0.0:2003            0.0.0.0:*               LISTEN     
```

After:
```
tcp        0      0 127.0.0.1:2003          0.0.0.0:*               LISTEN     
```
You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/4016

-- Commit Summary --

  * Fix nginx.conf for collectd so it only listens on 127.0.0.1

-- File Changes --

    M monitor/nginx.conf (4)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4016.patch
https://github.com/bisq-network/bisq/pull/4016.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4016
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200227/3fd6fc57/attachment.html>


More information about the bisq-github mailing list