Welcome! Log In Create A New Profile

Advanced

Re: reverse proxy nextcloud / owncloud

Anoop Alias
June 02, 2019 09:26AM
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 <nginx-forum@forum.nginx.org> 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
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>


--
*Anoop P Alias*
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

reverse proxy nextcloud / owncloud

babaz June 02, 2019 09:21AM

Re: reverse proxy nextcloud / owncloud

Anoop Alias June 02, 2019 09:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 225
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready