rolfwessels / docker-simple-nuget-server

Docker file and auto building of simple-nuget-server
MIT License
11 stars 8 forks source link

How to change upload size? #6

Closed heroims closed 4 years ago

rolfwessels commented 4 years ago

Are you asking how the change the MAX upload size to the package manager?

If so I believe this line in the docker image is where I set the max upload size to be 20mb https://github.com/rolfwessels/docker-simple-nuget-server/blob/master/Dockerfile#L27

heroims commented 4 years ago

It's not enough. you must add 'post_max_size' in php.

rolfwessels commented 4 years ago

:+1: send a pull request if you think other users will find it useful.