Skip to content

Commit

Permalink
refactor : 개발 nginx 주석 수정 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoon227 committed Jan 20, 2024
1 parent 1027241 commit aac45dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ events {

http {

# -------------------- spring-boot-prod WAS --------------------
# -------------------- spring-boot-dev WAS --------------------
upstream backend {
server server:8080;
}

# -------------------- spring-boot-dev WAS --------------------
server {
listen 80;
server_name dev.nainga.store;
Expand Down

0 comments on commit aac45dc

Please sign in to comment.