Not enough space? -- doesn't seem to be a standard Nginx error message It might be something to do with the application itself ( nextcloud)..and since you say docker..make sure the container can store the files ( data dir for nextcloud)
On Sun, Jun 2, 2019 at 6:51 PM babaz <[email protected]> wrote: > Hi guys, > sorry to bother you with this topic but I've tried for two days without > finding solution. > Basically I have a letsencrypt installation and a nextcloud in a docker. > I'm able to make the reverse proxy working loading the pages but I cannot > upload any kind of file is always giving "not enough space message". > This is my configuration on nginx > > location /nextcloud/ { > include /config/nginx/proxy.conf; > proxy_pass http://172.17.0.2:80/; > # proxy_max_temp_file_size 2048m; > client_max_body_size 0; > # proxy_http_version 1.1; > proxy_request_buffering off; > # proxy_set_header Host $host; > # proxy_set_header X-Real-IP $remote_addr; > # proxy_set_header X-Forwarded-For > $proxy_add_x_forwarded_for; > # proxy_set_header X-Forwarded-Proto $scheme; > # add_header Strict-Transport-Security "max-age=31536000; > includeSubDomains; preload"; > } > > Please help me I-m getting crazy. > Thanks > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,284407,284407#msg-284407 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx > -- *Anoop P Alias*
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
