Skip to content

Setting listen interface to localhost #27

Open
@igorolhovskiy

Description

@igorolhovskiy

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions