mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
6c2aa4e7ca6715de62bce3a97bb1e486e7d96d09
## Description In your Angular + Nginx Docker example you are running a non-root user, but by default Nginx will try to write to directories like `/var/cache/nginx/`. Which will cause errors like: ``` mkdir() "/var/cache/nginx/client_temp" failed (13: Permission denied) ``` This PR fixes that, and simply changing the default temp path directories (like you did for the pid file as well) to the `/tmp` directory. Which will work when using the `nginx` user in Docker. Mainly `client_body_temp_path` change was needed here, but I would set more just to be sure. ## Reviews - [x] Technical review - [x] Editorial review - [ ] Product review
…
…
…
Docs @ Docker
Welcome to the Docker Documentation repository. This is the source for the Docker Docs Website.
Feel free to open pull requests or issues. Our docs are completely open source, and we deeply appreciate contributions from the Docker community!
Provide feedback
We’d love to hear your feedback! To submit feedback:
- Click New issue on the docs repository, or
- Click Request changes in the right column of every page on docs.docker.com, or
- Click Give feedback on every page in the docs.
To get community support, use the Docker Community Slack. Personalized support is available through the Docker Pro, Team, and Business subscriptions. See Docker Pricing for details.
If you have an idea for a new feature or behavior change in a specific aspect of Docker or have found a product bug, file an issue in the project's repository.
Contribute to Docker docs
See CONTRIBUTING.md.
Copyright and license
Copyright 2013-2025 Docker, Inc., released under the Apache 2.0 license.
Description
Languages
Markdown
97.3%
HTML
1.7%
CSS
0.4%
JavaScript
0.2%
Go
0.1%