Hello, I´m trying to test an app with Python and Flask and Gunicorn as wsgi. If I configure Gunicorn to bind the address with port (0.0.0.0:5001), I can access the address http://<ipaddres>:5001. If I try Gunicorn binding to unix socket and bind the proxy of package manifest as below. Monitoring the snap service, gunicorn is generating the sock file. The snap is like below. Does anyone have any idea about what can be the problem?
... View more