Skip to content

Commit

Permalink
[INFRA] Setting : Frontend nginx.conf 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
404-not-foundl committed Jun 10, 2024
1 parent 8cb054d commit 8d877f0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/nginx.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
server {
listen 5173;

location / {
root /usr/share/nginx/html;
try_files $uri $uri/ /index.html;
}
}

0 comments on commit 8d877f0

Please sign in to comment.