mirror of
https://github.com/jbranchaud/til
synced 2026-01-04 15:48:01 +00:00
Make a clarification in the latest til.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
# Reload The nginx Configuration
|
# Reload The nginx Configuration
|
||||||
|
|
||||||
The nginx service won't immediately start using a modified or replaced nginx
|
If you've modified or replaced the configuration file, nginx will not
|
||||||
configuration. Once a `restart` or `reload` signal is received by nginx, it
|
immediately start using the updated nginx configuration.
|
||||||
|
Once a `restart` or `reload` signal is received by nginx, it
|
||||||
will apply the changes. The `reload` signal
|
will apply the changes. The `reload` signal
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user