added loading for the nginx config
This commit is contained in:
parent
76963bcd88
commit
17c172a73d
1 changed files with 5 additions and 0 deletions
|
@ -44,3 +44,8 @@ This is an example nginx proxy config for http
|
|||
cp ./upfast-nginx /etc/nginx/sites-available/upfast
|
||||
ln -sf /etc/nginx/sites-available/upfast /etc/nginx/sites-enabled/
|
||||
```
|
||||
|
||||
> Load config
|
||||
```bash
|
||||
systemctl reload nginx
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue