We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481f7e8 commit ab1944eCopy full SHA for ab1944e
doc.md
@@ -321,7 +321,7 @@ bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubus
321
## Nginx反向代理(如果有域名可以考虑80端口复用)
322
323
```shell
324
-# 此教程仅限非宝塔等各种面板使用
+# 宝塔等各种面板不适用下列教程
325
# Debian/Ubuntu
326
apt install nginx -y
327
# CentOS
@@ -338,7 +338,8 @@ server {
338
listen 80;
339
server_name 域名;
340
#开启ssl解除注释
341
- #不使用宝塔获取证书脚本 https://github.com/Misaka-blog/acme-1key
+ # SSL证书获取
342
+ # https://github.com/acmesh-official/acme.sh/wiki/%E8%AF%B4%E6%98%8E
343
#listen 443 ssl;
344
#ssl_certificate 证书.cer;
345
#ssl_certificate_key 证书.key;
0 commit comments