mirror of
https://github.com/NginxProxyManager/docker-nginx-full.git
synced 2026-04-24 22:55:58 +03:00
[GH-ISSUE #2] nginx test failed #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-nginx-full#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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

config nginx fix
full config
https://gist.github.com/vncloudsco/388a0c187c808cf0574260515a52dbe7
@noogen commented on GitHub (May 4, 2022):
What are yo looking for? There is no
www-datauser in the container, only Grootand 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
guessingthat 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.