fduran / sadservers

SadServers: Linux & DevOps Troubleshooting Scenarios SaaS
https://sadservers.com
1.88k stars 54 forks source link

"Melbourne": WSGI with Gunicorn - why cant change to socket vs sock everywhere? #58

Open erjan opened 3 months ago

erjan commented 3 months ago

i need clarification here - should the name "gunicorn.sock" be hardcoded? or can it be "gunicorn.socket"?

i changed its name in gunicorn configs at /etc/systemd/system/gunicorn.service

yet when i restart gunicorn service - it still shows its listening on "sock" not socket

fduran commented 3 months ago

thanks, will need to investigate