NPM unix sock #3314
Unanswered
corgitolecorgi
asked this question in
Q&A
NPM unix sock
#3314
Replies: 1 comment
-
hopefully you figured it out, but I landed here trying to use unix sockets with NPM and used your example to make mine work... so all I can tell you if that you did it right and the problem must be downstream from NPM. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :)
I'm trying to use NPM with a Django application, but there is a problem.
I create a linux service like this :
PlanlifeTest.socket
PlanlifeTest.service
[Service] User=gitlab-runner Group=www-data WorkingDirectory=/home/gitlab-runner/test ExecStart=/home/gitlab-runner/test/venv/bin/gunicorn \ --access-logfile - \ --workers 3 \ --bind unix:/run/planlifetest.sock \ planlife.wsgi:application [Install] WantedBy=multi-user.target
And I try to configure it on NPM :
But as you imagine it's not working :'( i'm getting a 502 error, someone may help me ? :)
Beta Was this translation helpful? Give feedback.
All reactions