Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Mar 9, 2020

Conversation

wiz
Copy link
Member

@wiz wiz commented Feb 28, 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     

Copy link
Member

@sqrrm sqrrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

@sqrrm sqrrm merged commit 1ba9d6a into bisq-network:master Mar 9, 2020
@ripcurlx ripcurlx added this to the v1.2.8 milestone Mar 9, 2020
@wiz wiz deleted the fix-collectd-nginx-bind-localhost branch March 10, 2020 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants