Skip to content

Commit

Permalink
chore: nginx 설정 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungGwan123 committed Nov 14, 2024
1 parent 0281368 commit 20e32d8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ events {
}

http{
server {
listen 80;
server_name corinee.site www.corinee.site;

location / {
return 301 https://$host$request_uri;
}
}

# HTTPS 서버 설정
server {
listen 443 ssl;
Expand Down

0 comments on commit 20e32d8

Please sign in to comment.