mirror of
https://github.com/slawkens/myaac.git
synced 2025-06-12 15:54:29 +02:00
increase increase max file upload for nginx
This commit is contained in:
parent
07da4ca028
commit
d4650afa0e
@ -4,6 +4,9 @@ server {
|
|||||||
index index.php;
|
index index.php;
|
||||||
server_name your-domain.com;
|
server_name your-domain.com;
|
||||||
|
|
||||||
|
# increase max file upload
|
||||||
|
client_max_body_size 10M;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
try_files $uri $uri/ /index.php;
|
try_files $uri $uri/ /index.php;
|
||||||
}
|
}
|
||||||
@ -22,4 +25,4 @@ server {
|
|||||||
deny all;
|
deny all;
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user