Skip to content

Commit 6f74d81

Browse files
authored
Merge pull request #170 from maykinmedia/fix/nginx-spa-routing
🐛 [#169] Let react-router handle routes of single page app
2 parents df5723e + 426c4e5 commit 6f74d81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-nginx-default.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ server {
77
proxy_set_header Host $http_host;
88
}
99

10-
location = / {
10+
location / {
1111
try_files $uri $uri/ /static/frontend/index.html;
1212
}
1313
}

0 commit comments

Comments
 (0)