update nginx client_max_body_size and some other stuff

This commit is contained in:
2019-08-31 16:28:05 +08:00
parent e8d79fcdc4
commit fa27adef34
4 changed files with 13 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
client_max_body_size 10240m;
+1
View File
@@ -8,6 +8,7 @@ services:
- 443:443
image: jwilder/nginx-proxy:latest
volumes:
- ./custom_settings.conf:/etc/nginx/conf.d/custom_settings.conf
- nginx-certs:/etc/nginx/certs
- nginx-vhost:/etc/nginx/vhost.d
- nginx-html:/usr/share/nginx/html
+10 -5
View File
@@ -1,13 +1,18 @@
version: '3'
services:
nextcloud:
image: nextcloud:latest
image: linuxserver/nextcloud:latest
volumes:
- /mnt/nextcloud-data:/var/www/html:rw
environments:
VIRTUAL_HOST: "nextcloud.home.toozhao.com"
- /mnt/nextcloud-data:/data
- /mnt/configs/nextcloud:/config
ports:
- "80"
environment:
# PUID: 0
#PGID: 0
VIRTUAL_HOST: "cloud.home.toozhao.com"
VIRTUAL_PORT: 80
LETSENCRYPT_HOST: "nextcloud.home.toozhao.com"
LETSENCRYPT_HOST: "cloud.home.toozhao.com"
LETSENCRYPT_EMAIL: "me@toozhao.com"
restart: unless-stopped
networks:
+1 -1
View File
@@ -26,7 +26,7 @@ services:
volumes:
- /mnt/plex:/config
- /mnt/plex-temp:/transcode
- /data:/data
- /mnt/downloads:/data
networks:
- gateway_default
networks: