Skip to content

Commit

Permalink
Merge pull request #32 from Tico-Corp/feature-be/TICO-147-update-ngin…
Browse files Browse the repository at this point in the history
…x-https-proxy-config

[FIX] Nginx HTTPS 리다이렉트 및 프록시 설정 추가 (TICO-147)
  • Loading branch information
bu119 authored Jul 11, 2024
2 parents 6aac8ac + 3b55a31 commit a594538
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nginx/conf/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@ server {
listen [::]:80;
server_name pomorodo.shop;

# 더 견고한 HTTPS 리다이렉션
location / {
return 301 https://$host$request_uri;
}
# HTTPS로 리다이렉트
return 301 https://$host$request_uri;
}

server {
Expand Down

0 comments on commit a594538

Please sign in to comment.