We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836189c commit c2a617eCopy full SHA for c2a617e
2 files changed
.changeset/heavy-actors-retire.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cloudoperators/juno-app-greenhouse": patch
3
4
+
5
+Update nginx.conf so the client side routing works.
apps/greenhouse/docker/nginx.conf
@@ -22,7 +22,7 @@ server {
22
application/javascript mjs js;
23
}
24
25
- location / {
26
- index index.html index.htm;
27
- }
28
-}
+ location / {
+ try_files $uri $uri/ /index.html;
+ }
+}
0 commit comments