Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jinny908 authored Nov 1, 2024
1 parent 2fb79e0 commit ff2a157
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ http {
sendfile on;
keepalive_timeout 65;

# 로그 파일 설정
access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;

# HTTP에서 HTTPS로 리디렉션 (ALB가 HTTPS 처리)
server {
listen 80;
Expand Down

0 comments on commit ff2a157

Please sign in to comment.