mirror of
https://github.com/pretix/pretix.git
synced 2026-05-14 16:44:06 +00:00
Fix manual install docs and improve nginx config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user