nginx user does not exist #6093
Unanswered
bestrouting
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Nginx may be under a user www-data. Check the Nginx configuration to find the user: cat /etc/nginx/nginx.conf | grep user If Nginx is running under the www-data user, you should add www-data to the nautobot group: sudo usermod -aG nautobot www-data verify- groups www-data |
Beta Was this translation helpful? Give feedback.
5 replies
-
Sounds like a documentation update may be needed. @bestrouting Can you confirm what OS you're running on? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am configuring an http server using nginx based on the Nautobot Documentation.
An error message below is shown when "sudo usermod -aG nautobot nginx" is executed.
usermod: user 'nginx' does not exist
All services nautobot, nautobot-worker, nautobot-scheduler and nginx are working with no issue.
I got a "Bad request 400" when I access the nautonbot.
I am thinking of the bad request error might have something to do with the error "nginx does not exit".
Could someone please advise me what is wrong about "nginx' user?
Beta Was this translation helpful? Give feedback.
All reactions