This commit is contained in:
parent
52a5196f38
commit
293bc62673
24 changed files with 14049 additions and 423 deletions
11
content/Control Nginx inside a container.md
Normal file
11
content/Control Nginx inside a container.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
up:
|
||||
- Nginx
|
||||
created: 2025-06-03T20:36:00
|
||||
updated: 2025-06-03T20:36:00
|
||||
tags:
|
||||
- atomic
|
||||
---
|
||||
Use `-s reload` to reload the configuration where a SIGHUP is not easily available, e.g. when running in [[Docker]] or [[Podman]]. This can be useful when TLS certificates have been updated to start using the new certificates.
|
||||
## References
|
||||
* [Nginx Beginners Guide](https://nginx.org/en/docs/beginners_guide.html)
|
Loading…
Add table
Add a link
Reference in a new issue