Skip to content

Commit b7b85c2

Browse files
authored
Update nginx.conf
1 parent f74b721 commit b7b85c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ server {
1212
# 1. 요청된 주소(URI)에 해당하는 파일이 있는지 찾아본다.
1313
# 2. 파일이 없으면, 해당 주소의 디렉토리가 있는지 찾아본다.
1414
# 3. 그래도 없으면, 그냥 index.html 을 대신 보여준다.
15-
try_files $uri $uri/ /index.html;
15+
try_files $uri $uri/ /business/index.html;
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)