Multiple changes: * Add shell script to run nextcloud shell * Use local folder for Nextcloud Config * Add missing proxy image * Use Ip for Nextcloud Trusted Proxies (FQDN incompatibility with new update) * Use custom resolvers on proxy container (Fixes dns errors)

This commit is contained in:
Hattshire 2024-10-29 17:05:17 +00:00
parent 4b738fe19b
commit 4a27b6d89d
5 changed files with 19 additions and 13 deletions

View file

@ -0,0 +1,8 @@
client_max_body_size 10G;
proxy_read_timeout 3600;
proxy_request_buffering off;
#client_body_temp_path /tmp/ngx 1 2;
#proxy_buffering off;
proxy_connect_timeout 3600;
proxy_send_timeout 3600;
send_timeout 3600;