Skip to content

Commit

Permalink
chore: nginx 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 3, 2024
1 parent 71504fc commit 7bf371b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer-api/infra/production/nginx.blue.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http {
# admin.api.layerapp.io에 대한 서버 블록
server {
listen 80;
server_name admin.api.layerapp.io;
server_name admin-prod.layerapp.io;

location / {
proxy_pass http://layer-admin;
Expand Down
2 changes: 1 addition & 1 deletion layer-api/infra/production/nginx.green.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http {
# admin.api.layerapp.io에 대한 서버 블록
server {
listen 80;
server_name admin.api.layerapp.io;
server_name admin-prod.layerapp.io;

location / {
proxy_pass http://layer-admin;
Expand Down

0 comments on commit 7bf371b

Please sign in to comment.