Fix manual install docs and improve nginx config

This commit is contained in:
Raphael Michel
2017-02-03 15:01:47 +01:00
parent 8e09aa9b54
commit 3c75072868
2 changed files with 19 additions and 2 deletions

View File

@@ -48,6 +48,14 @@ http {
expires 7d;
access_log off;
}
location ^~ /media/cachedfiles {
deny all;
return 404;
}
location ^~ /media/invoices {
deny all;
return 404;
}
location /static/ {
alias /static/;
access_log off;