Use reload instead of restart
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2415>
This commit is contained in:
parent
8a8ae1d272
commit
d6d23bbd58
|
@ -364,10 +364,10 @@ $ sudo apt install nginx
|
||||||
# ln -s /etc/nginx/sites-available/funkwhale.conf /etc/nginx/sites-enabled/
|
# ln -s /etc/nginx/sites-available/funkwhale.conf /etc/nginx/sites-enabled/
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Restart Nginx
|
6. Reload Nginx
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl restart nginx
|
# systemctl reload nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it! You've created your Nginx file.
|
That's it! You've created your Nginx file.
|
||||||
|
|
|
@ -217,10 +217,10 @@ $ sudo apt install nginx
|
||||||
# ln -s /etc/nginx/sites-available/funkwhale.conf /etc/nginx/sites-enabled/
|
# ln -s /etc/nginx/sites-available/funkwhale.conf /etc/nginx/sites-enabled/
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Restart Nginx
|
6. Reload Nginx
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl restart nginx
|
# systemctl reload nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it! You've created your Nginx file.
|
That's it! You've created your Nginx file.
|
||||||
|
|
|
@ -42,10 +42,10 @@ To ensure your reverse proxy is up-to-date with changes, you should regenerate y
|
||||||
:end-before: Instructions end
|
:end-before: Instructions end
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Once you've updated your configuration, restart Nginx.
|
Once you've updated your configuration, reload Nginx.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl restart nginx
|
# systemctl reload nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
## Update your Funkwhale instance
|
## Update your Funkwhale instance
|
||||||
|
|
|
@ -71,10 +71,10 @@ To ensure your reverse proxy is up-to-date with changes, you should regenerate y
|
||||||
:end-before: Instructions end
|
:end-before: Instructions end
|
||||||
:::
|
:::
|
||||||
|
|
||||||
Once you've updated your configuration, restart Nginx.
|
Once you've updated your configuration, reload Nginx.
|
||||||
|
|
||||||
```console
|
```console
|
||||||
# systemctl restart nginx
|
# systemctl reload nginx
|
||||||
```
|
```
|
||||||
|
|
||||||
## Upgrade the postgres container
|
## Upgrade the postgres container
|
||||||
|
|
Loading…
Reference in New Issue