Closed heroims closed 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
It's not enough. you must add 'post_max_size' in php.
:+1: send a pull request if you think other users will find it useful.
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