Skip to content

Commit

Permalink
feat : CI 잘 적용되나 테스트
Browse files Browse the repository at this point in the history
CD인가? ㅋㅋㅋㅋㅋㅋㅋ
  • Loading branch information
Doncham committed Mar 11, 2024
1 parent 927f2df commit b99bc62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ upstream api {

server {
listen 80;
#server_name www.sharenote.shop;
server_name localhost;
server_name www.sharenote.shop;
#server_name localhost;
charset utf-8;

# 요청받은 uri로 연결 eg) http://127.0.0.1/login
Expand Down

0 comments on commit b99bc62

Please sign in to comment.