Skip to content

Commit 35f03c8

Browse files
committed
commimt
1 parent d48186b commit 35f03c8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

nginx.conf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@ server {
99

1010
# SPA 라우팅을 위한 설정 (가장 중요)
1111
location /admin/ {
12-
# 1. 요청된 주소(URI)에 해당하는 파일이 있는지 찾아본다.
13-
# 2. 파일이 없으면, 해당 주소의 디렉토리가 있는지 찾아본다.
14-
# 3. 그래도 없으면, 그냥 index.html 을 대신 보여준다.
15-
try_files $uri $uri/ /admin/index.html;
16-
}
17-
18-
# SPA 라우팅을 위한 설정 (가장 중요)
19-
location / {
2012
# 1. 요청된 주소(URI)에 해당하는 파일이 있는지 찾아본다.
2113
# 2. 파일이 없으면, 해당 주소의 디렉토리가 있는지 찾아본다.
2214
# 3. 그래도 없으면, 그냥 index.html 을 대신 보여준다.

0 commit comments

Comments
 (0)