We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43a0a53 + e29d037 commit f34e701Copy full SHA for f34e701
1 file changed
backend/nginx.config
@@ -42,7 +42,8 @@ server {
42
43
location / {
44
root /var/www/myreactapp;
45
- try_files $uri $uri/ =404;
+ index index.html;
46
+ try_files $uri $uri/ /index.html;
47
}
48
49
client_max_body_size 20M;
0 commit comments