Commit 9252e16a6f13526fec70b91bc06c3579a4b1913a

Authored by Andrew Buss
1 parent 5e1d4af4a4
Exists in master

another attempt to serve only home.html

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

nginxconf/flashy.cards View file @ 9252e16
... ... @@ -19,7 +19,7 @@
19 19  
20 20 location ^~ /app {
21 21 alias /srv/flashy-frontend;
22   - try_files $uri /srv/flashy-frontend/home.html;
  22 + try_files $uri /home.html;
23 23 }
24 24  
25 25 location ~ /(api|admin|api-auth)/ {