Skip to content

Commit f34e701

Browse files
authored
Merge pull request #250 from PiCiU1221/fix/249-proxy-refresh-issue
Resolve #249 - Fix proxy refresh issue
2 parents 43a0a53 + e29d037 commit f34e701

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend/nginx.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ server {
4242

4343
location / {
4444
root /var/www/myreactapp;
45-
try_files $uri $uri/ =404;
45+
index index.html;
46+
try_files $uri $uri/ /index.html;
4647
}
4748

4849
client_max_body_size 20M;

0 commit comments

Comments
 (0)