Forgot the semicolon. :(
This commit is contained in:
parent
6a10d66e2d
commit
b56f006b28
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ server {
|
||||||
|
|
||||||
root $SHIMMIE_ROOT/;
|
root $SHIMMIE_ROOT/;
|
||||||
|
|
||||||
index index.php
|
index index.php;
|
||||||
|
|
||||||
location ~ /_?(images|thumbs)/ {
|
location ~ /_?(images|thumbs)/ {
|
||||||
default_type image/jpeg;
|
default_type image/jpeg;
|
||||||
|
|
Reference in a new issue