We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4402de commit daf125aCopy full SHA for daf125a
nginx-reverse.conf
@@ -37,6 +37,7 @@ server {
37
38
# Forward all other requests to the frontend container
39
location / {
40
+ try_files $uri $uri/ /index.html;
41
proxy_pass http://frontend:80;
42
proxy_set_header Host $host;
43
proxy_set_header X-Real-IP $remote_addr;
0 commit comments