Skip to content

Commit

Permalink
build : update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeyo03 authored Nov 5, 2024
1 parent 8944aea commit 64d73b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ http {
listen 3000;
server_name pocket4cut.link localhost;

root /usr/share/nginx/html;

# 기본 경로 설정
location / {
try_files $uri $uri/ /index.html;
Expand Down

0 comments on commit 64d73b3

Please sign in to comment.