We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cb133 commit 9322653Copy full SHA for 9322653
nginx/default.conf
@@ -63,7 +63,7 @@ server {
63
location / {
64
root /usr/share/nginx/html; # React 빌드 결과물이 위치한 디렉터리
65
index index.html; # 기본 진입점 파일
66
- try_files $uri /index.html; # SPA 라우팅 지원
+ try_files $uri $uri/ /index.html; # SPA 라우팅 지원
67
}
68
69
# 404 에러 페이지 설정
0 commit comments