Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx test failed #2

Open
vncloudsco opened this issue Oct 11, 2021 · 1 comment
Open

nginx test failed #2

vncloudsco opened this issue Oct 11, 2021 · 1 comment

Comments

@vncloudsco
Copy link

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

@noogen
Copy link

noogen commented 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants