fix VMSERVER nexctcloud issue
This commit is contained in:
parent
aba9ed243b
commit
95e442219f
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user