- Allow for more complex and longer PDFs to be uploaded to Evie. First implmentation of a processor for specific file types.

- Allow URLs to contain other information than just HTML information. It can alose refer to e.g. PDF-files.
This commit is contained in:
Josako
2024-08-27 07:05:56 +02:00
parent 2ca006d82c
commit 122d1a18df
9 changed files with 458 additions and 86 deletions

View File

@@ -32,7 +32,7 @@ http {
#keepalive_timeout 0;
keepalive_timeout 65;
client_max_body_size 16M;
client_max_body_size 50M;
#gzip on;