更新 README.md
This commit is contained in:
parent
03c3ee49e9
commit
c93345f697
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -1,4 +1,20 @@
|
|||
# Nginx Kit
|
||||
|
||||
## Start
|
||||
|
||||
```bash
|
||||
git clone https://git.forge.st/ops/nginx-kit.git /opt/nginx-kit
|
||||
ln -s /opt/nginx-kit /etc/nginx/kit
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
In server block:
|
||||
|
||||
```nginx
|
||||
server {
|
||||
# ...
|
||||
include kit/ssl/force.conf;
|
||||
# ...
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue