2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 22:07:16 +08:00

refactor: 重构证书目录为cert

This commit is contained in:
耗子
2024-10-15 18:05:14 +08:00
parent 377baa0783
commit 3ca106ec87
7 changed files with 44 additions and 39 deletions

View File

@@ -3,8 +3,8 @@ server {
server_name localhost;
index index.php index.html index.htm;
root /www/wwwroot/default;
ssl_certificate /www/server/vhost/ssl/default.pem;
ssl_certificate_key /www/server/vhost/ssl/default.key;
ssl_certificate /www/server/vhost/cert/default.pem;
ssl_certificate_key /www/server/vhost/cert/default.key;
ssl_session_timeout 1d;
ssl_session_cache shared:SSL:10m;
ssl_protocols TLSv1.2 TLSv1.3;