Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisgoddard committed Jun 11, 2015
1 parent 2314404 commit 67bfed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

# Cache Static Assets until they are changed.
location ~* \.(html|css|js|png|jpg|jpeg|gif|ico|svg|eot|woff|ttf)$ { expires max; }
location ~* \.(html|css|js|png|jpg|jpeg|gif|ico|svg|eot|woff|ttf)$ { expires max; }

# Redirections from old site
# Trailing slashes and equals signs matter,
Expand Down

0 comments on commit 67bfed8

Please sign in to comment.