Explorar o código

@atjonathan you removed this. But we need it :P

Cameron Kline %!s(int64=8) %!d(string=hai) anos
pai
achega
ca82c1e0e0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      frontend/nginx.conf

+ 1 - 0
frontend/nginx.conf

@@ -17,6 +17,7 @@ http {
         server_name  localhost;
 
         location / {
+            try_files $uri $uri/ /index.html;
             root   /opt/app/build;
             index  index.html;
         }