We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df5723e + 426c4e5 commit 6f74d81Copy full SHA for 6f74d81
docker-nginx-default.conf
@@ -7,7 +7,7 @@ server {
7
proxy_set_header Host $http_host;
8
}
9
10
- location = / {
+ location / {
11
try_files $uri $uri/ /static/frontend/index.html;
12
13
0 commit comments