Commit 6887bcf96b7cd28b2cb14ac9e9f99a9617f960c9

Authored by Andrew Buss
1 parent 9252e16a6f
Exists in master

how does nginx work

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

nginxconf/flashy.cards View file @ 6887bcf
... ... @@ -17,9 +17,9 @@
17 17 expires 30d;
18 18 }
19 19  
20   - location ^~ /app {
  20 + location ^~ /app/ {
21 21 alias /srv/flashy-frontend;
22   - try_files $uri /home.html;
  22 + try_files $uri /app/home.html;
23 23 }
24 24  
25 25 location ~ /(api|admin|api-auth)/ {