forked from crony/UpFast
added enabling for the nginx config
This commit is contained in:
parent
76963bcd88
commit
2e132f6494
@ -44,3 +44,8 @@ This is an example nginx proxy config for http
|
|||||||
cp ./upfast-nginx /etc/nginx/sites-available/upfast
|
cp ./upfast-nginx /etc/nginx/sites-available/upfast
|
||||||
ln -sf /etc/nginx/sites-available/upfast /etc/nginx/sites-enabled/
|
ln -sf /etc/nginx/sites-available/upfast /etc/nginx/sites-enabled/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> Enable
|
||||||
|
```bash
|
||||||
|
systemctl restart nginx
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user