Update default

This commit is contained in:
Neil 2016-08-09 00:19:38 +01:00 committed by GitHub
parent 0a41836487
commit ffda3154ee

View File

@ -32,8 +32,8 @@ server {
fastcgi_pass 127.0.0.1:9000;
}
location /calibre {
root /books/;
location /books {
root /;
internal;
}
}