Forgot the semicolon. :(

This commit is contained in:
jgen 2014-02-17 23:23:20 -05:00
parent 6a10d66e2d
commit b56f006b28

View file

@ -32,7 +32,7 @@ server {
root $SHIMMIE_ROOT/;
index index.php
index index.php;
location ~ /_?(images|thumbs)/ {
default_type image/jpeg;