chore: increase nginx upload size
This commit is contained in:
parent
b8a59c7205
commit
2f28366cca
|
@ -8,7 +8,7 @@ http {
|
|||
server {
|
||||
listen 8080;
|
||||
server_name _;
|
||||
client_max_body_size 8M;
|
||||
client_max_body_size 50M;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
|
Loading…
Reference in New Issue
Block a user