Commit 7d7f7aeab4a6e9fac6cfa0ff588949bf1bd26d41

Authored by Andrew Buss
1 parent 0d443cc1d0
Exists in master

One more byte to fix static?

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

nginxconf/flashy.cards View file @ 7d7f7ae
... ... @@ -9,7 +9,7 @@
9 9 root /srv/flashy.cards/;
10 10 }
11 11  
12   - location /static {
  12 + location ^~ /static {
13 13 root /srv/;
14 14 access_log off;
15 15 expires 30d;