nice heading above uploadfield

10G upload limit for nginx config
This commit is contained in:
2021-09-23 20:16:09 +02:00
parent afaad81849
commit 156aaa7a71
5 changed files with 18 additions and 8 deletions

View File

@ -14,6 +14,7 @@ server {
}
location ~* ^/(api/|token) {
client_max_body_size 10G;
proxy_pass http://127.0.0.1:8081;
}
location /subscribe {