tweaked compression and upload limit

This commit is contained in:
vabene1111
2019-12-25 19:41:25 +01:00
parent 3fbd2ef032
commit 6a010587bf
2 changed files with 11 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
server {
listen 80;
server_name localhost;
client_max_body_size 16m;
# serve static files
location /static/ {
alias /static/;