feat: more upload size for nginx
This commit is contained in:
parent
dfc2ce806e
commit
85c2005d0a
|
@ -8,6 +8,7 @@ http {
|
|||
server {
|
||||
listen 8080;
|
||||
server_name _;
|
||||
client_max_body_size 8M;
|
||||
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
|
|
Loading…
Reference in New Issue
Block a user