kesslerf

Results 5 comments of kesslerf
trafficstars

Hi, Thanks for the repsonse. I checked my PROJECT/docker/nginx-directory and only found the Dockerfile. I couldn't find a setting in my .env file or somewhere else that is named proxy_max_temp_file_size....

Hi @mattiagiupponi , Thank you for the fast response again. I downloaded the file and did the change you recommended. When I run `docker compose up -d` I get stuck:...

I did a compose down, cleared volumes and images and did compose up and got the same problem. After removing the changes in der Dockerfile for the nginx its working...

Hi @mattiagiupponi, I unfortunately did not. But I wasnt able to work on it anymore due to other projects, hoping to get it in by the end of the week...

After I changed the dockerfile to this: ARG BASE_IMAGE_VERSION FROM geonode/nginx:${BASE_IMAGE_VERSION} WORKDIR /etc/nginx/ COPY geonode.conf.envsubst ./sites-enabled/ it worked and I was able to upload the data.