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

Setting listen interface to localhost #27

Open
igorolhovskiy opened this issue Nov 13, 2019 · 0 comments
Open

Setting listen interface to localhost #27

igorolhovskiy opened this issue Nov 13, 2019 · 0 comments

Comments

@igorolhovskiy
Copy link

Hi!
I'm using procodile along with staytus and want it to be run on localhost only.
So, I made change like

...
  web:
    restart_mode: usr2
    proxy_port: 8787
    proxy_address: 127.0.0.1
...

According to

# procodile status
...
|| Address/Port        127.0.0.1:8787
...

But

netstat -ant | grep LIST
...
tcp        0      0 0.0.0.0:8787            0.0.0.0:*               LISTEN
...

it slill listening on 0.0.0.0
Is it procodial issue or staytus?

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

No branches or pull requests

1 participant