We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ebfe02 commit 426c4e5Copy full SHA for 426c4e5
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