[GH-ISSUE #2] nginx test failed #1

Open
opened 2026-02-27 14:58:04 +03:00 by kerem · 1 comment
Owner

Originally created by @vncloudsco on GitHub (Oct 11, 2021).
Original GitHub issue: https://github.com/NginxProxyManager/docker-nginx-full/issues/2

I installed it and got an error that I can't run nginx
image

config nginx fix

user  www-data;

full config

https://gist.github.com/vncloudsco/388a0c187c808cf0574260515a52dbe7

Originally created by @vncloudsco on GitHub (Oct 11, 2021). Original GitHub issue: https://github.com/NginxProxyManager/docker-nginx-full/issues/2 I installed it and got an error that I can't run nginx ![image](https://user-images.githubusercontent.com/41409442/136808891-a1ea3558-abf5-4730-8884-b97d027d4445.png) config nginx fix ``` user www-data; ``` full config https://gist.github.com/vncloudsco/388a0c187c808cf0574260515a52dbe7
Author
Owner

@noogen commented on GitHub (May 4, 2022):

What are yo looking for? There is no www-data user in the container, only Groot and that's why it show that error. "I am Groot" -;)

Are you thinking that the app should not use root and instead, useradd -u www-data www-data -d /var/www;?

I'm guessing that it's not that important here because the intention of this application is proxy; so, in theory, the web should not even have access to the system.

<!-- gh-comment-id:1117546998 --> @noogen commented on GitHub (May 4, 2022): What are yo looking for? There is no `www-data` user in the container, only G`root` and that's why it show that error. "I am Groot" -;) Are you thinking that the app should not use root and instead, `useradd -u www-data www-data -d /var/www;`? I'm `guessing` that it's not that important here because the intention of this application is proxy; so, in theory, the web should not even have access to the system.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-nginx-full#1
No description provided.