nice heading above uploadfield
10G upload limit for nginx config
This commit is contained in:
@ -14,6 +14,7 @@ server {
|
||||
}
|
||||
|
||||
location ~* ^/(api/|token) {
|
||||
client_max_body_size 10G;
|
||||
proxy_pass http://127.0.0.1:8081;
|
||||
}
|
||||
location /subscribe {
|
||||
|
Reference in New Issue
Block a user