Преглед на файлове

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

Cameron Kline преди 8 години
родител
ревизия
ca82c1e0e0
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;
         }