Skip to content

Commit

Permalink
# use pem cert
Browse files Browse the repository at this point in the history
  • Loading branch information
czy21 committed Aug 30, 2024
1 parent 5681761 commit 3b4014e
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 @@ -47,8 +47,8 @@ server {

client_max_body_size 0;

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

location / {
proxy_pass http://registry.czy21-internal.com;
Expand Down

0 comments on commit 3b4014e

Please sign in to comment.