add web https

This commit is contained in:
刘河
2019-12-14 17:39:46 +08:00
parent f70a0dab5f
commit 90e78bf413
3 changed files with 16 additions and 4 deletions

View File

@@ -44,7 +44,8 @@ server {
}
}
```
## web管理使用https
如果web管理需要使用https可以在配置文件`nps.conf`中设置`web_open_ssl=true`,并配置`web_cert_file``web_key_file`
## web使用Caddy代理
如果将web配置到Caddy代理,实现子路径访问nps,可以这样配置.