Commit 559a0446ab65be8b1ba17f47df40c5dc51b27a91

Authored by Andrew Buss
1 parent 6887bcf96b
Exists in master

how does nginx work, part 2

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

nginxconf/flashy.cards View file @ 559a044
... ... @@ -18,7 +18,7 @@
18 18 }
19 19  
20 20 location ^~ /app/ {
21   - alias /srv/flashy-frontend;
  21 + alias /srv/flashy-frontend/;
22 22 try_files $uri /app/home.html;
23 23 }
24 24