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:
parent
4b738fe19b
commit
4a27b6d89d
5 changed files with 19 additions and 13 deletions
|
|
@ -1,13 +1,3 @@
|
|||
## Start of configuration add by letsencrypt container
|
||||
location ^~ /.well-known/acme-challenge/ {
|
||||
auth_basic off;
|
||||
auth_request off;
|
||||
allow all;
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri =404;
|
||||
break;
|
||||
}
|
||||
## End of configuration add by letsencrypt container
|
||||
# From: https://github.com/nextcloud/docker/blob/85e22b4a8e6b12d82d574c7eacd68656dac85bf5/.examples/docker-compose/with-nginx-proxy/postgres/fpm/proxy/uploadsize.conf
|
||||
client_max_body_size 10G;
|
||||
proxy_request_buffering off;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue