Skip to content

Commit

Permalink
# use pem
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 30, 2024
1 parent 7a4197e commit 9456705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/docker/app/nginx/node/base/conf/conf.d/open.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ server {
listen 443 ssl;
server_name czy21.com;

ssl_certificate /etc/nginx/cert/czy21.com.cer;
ssl_certificate /etc/nginx/cert/czy21.com.pem;
ssl_certificate_key /etc/nginx/cert/czy21.com.key;

location / {
Expand All @@ -26,7 +26,7 @@ server {

client_max_body_size 0;

ssl_certificate /etc/nginx/cert/czy21.com.cer;
ssl_certificate /etc/nginx/cert/czy21.com.pem;
ssl_certificate_key /etc/nginx/cert/czy21.com.key;

location / {
Expand Down

0 comments on commit 9456705

Please sign in to comment.