Skip to content

Commit

Permalink
feat: nginx 로깅 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-Jae-Yoon committed Nov 30, 2023
1 parent 20b21de commit 050461b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/nginx/templates/ssl-server.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
server {
listen 443 ssl;
server_name ${SERVER_DOMAIN};
access_log /home/ubuntu/moabam/logs/access_ssl_moabam.log main;
error_log /home/ubuntu/moabam/logs/error.log error;

ssl_certificate /etc/letsencrypt/live/${SERVER_DOMAIN}/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/${SERVER_DOMAIN}/privkey.pem;
Expand Down

0 comments on commit 050461b

Please sign in to comment.