NginxProxyManager / NginxProxyManager/nginx-proxy-manager
Warn processing nginx.conf with a custon user PUID
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 34.2k
- Forks
- 3.9k
- Avg merge
- 21h 12m
- Merged PRs (30d)
- 20
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latestdocker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
When running npm with a custom user:
enviroment:
- PUID=1000
- PGID=1000
Warn occur when processing the nginx.conf file, and this warn is logged at fallback_error.log:
2023/10/02 19:47:29 [warn] 158#158: the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:4
Nginx Proxy Manager Version
v2.10.4
To Reproduce
Steps to reproduce the behavior:
- Configure
docker-compose.ymlwhit a custom user
enviroment:
- PUID=1000
- PGID=1000
- Start the container
- check
./data/logs/fallback_access.log
Expected behavior
I think the proper behavior should be automatically change nginx.conf file: user npm to user PUID, when PUID is configured as an environment variable.
Perhaps is possible set a default value in the environment variable to npm, and allways set this value in nginx.conf when the container starts.
Operating System
Linux pi4 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the docker-compose.yml environment settings and the generated /etc/nginx/nginx.conf, then reproduce the warning using custom PUID and PGID values. Check the container startup path that processes nginx.conf and verify completion by confirming the fallback log no longer reports the ignored user directive while the container still starts correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, nginx
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100