Welcome! Log In Create A New Profile

Advanced

reverse proxy nextcloud / owncloud

June 02, 2019 09:21AM
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
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: 169
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