update
This commit is contained in:
parent
2d8e5e7340
commit
8c0e6e29a1
4 changed files with 10 additions and 0 deletions
|
|
@ -7,6 +7,15 @@ git clone https://git.forge.st/ops/nginx-kit.git /opt/nginx-kit
|
|||
ln -s /opt/nginx-kit /etc/nginx/kit
|
||||
```
|
||||
|
||||
### Update
|
||||
|
||||
```bash
|
||||
cd /opt/nginx-kit
|
||||
git pull
|
||||
nginx -t
|
||||
systemctl reload nginx
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
In server block:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue