Skip to content

Commit 6f992e7

Browse files
authored
[feat] 인증서 갱신
1 parent 12c3103 commit 6f992e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/nginx/nginx.conf

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ server {
2727
listen 443 ssl;
2828
server_name chatminder.app;
2929

30-
ssl_certificate /etc/nginx/conf.d/certificate/fullchain1.pem;
31-
ssl_certificate_key /etc/nginx/conf.d/certificate/privkey1.pem;
30+
ssl_certificate /etc/nginx/conf.d/certificate/fullchain2.pem;
31+
ssl_certificate_key /etc/nginx/conf.d/certificate/privkey2.pem;
3232

3333
location = / {
3434
return 301 https://chatminder.app/main;
@@ -64,4 +64,4 @@ server {
6464
proxy_set_header X-Real-IP $remote_addr;
6565
proxy_set_header Host $host;
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)