fix VMSERVER nexctcloud issue

This commit is contained in:
vincent 2020-12-14 20:17:45 +01:00
parent aba9ed243b
commit 95e442219f

View File

@ -82,7 +82,7 @@ nginx_vhosts:
location /.well-known/acme-challenge { } location /.well-known/acme-challenge { }
location ^~ /nextcloud { location ^~ /nextcloud {
root /usr/share/webapps/ root /usr/share/webapps/;
# set max upload size # set max upload size
client_max_body_size 512M; client_max_body_size 512M;
fastcgi_buffers 64 4K; fastcgi_buffers 64 4K;