更新 nginx.conf

This commit is contained in:
zhangkaihuai
2025-03-19 07:55:07 +00:00
parent 42499bcb22
commit d5a07e772f

View File

@@ -37,6 +37,7 @@ http {
listen 443 ssl;
listen [::]:443 ssl;
server_name mosr.feashow.cn;
ssl on;
# SSL证书配置
ssl_certificate /etc/nginx/mosr.feashow.cn_chain.crt;