更新 README.md

This commit is contained in:
Dallas Lu 2026-06-05 04:04:48 +00:00
parent 03c3ee49e9
commit c93345f697

View file

@ -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;
# ...
}
```