Re: httpd option max body size is ignored for subdomain

2019-02-03 Thread Robert Paschedag
Am 3. Februar 2019 16:43:20 MEZ schrieb Chris Narkiewicz : >Hi, > >I'm trying to configure Nextcloud on a subdomain. My config has 2 >vhosts and connection max request body is not respected for my >subdomain. > >default vhost: > >server "default" { >listen on * port 80 > >location "/.well-k

Re: httpd option max body size is ignored for subdomain

2019-02-03 Thread Florian Obser
On Sun, Feb 03, 2019 at 03:43:20PM +, Chris Narkiewicz wrote: > Hi, > > I'm trying to configure Nextcloud on a subdomain. My config has 2 > vhosts and connection max request body is not respected for my subdomain. this has been fixed in current. Wild guess, you are on 6.4? This diff should a

httpd option max body size is ignored for subdomain

2019-02-03 Thread Chris Narkiewicz
Hi, I'm trying to configure Nextcloud on a subdomain. My config has 2 vhosts and connection max request body is not respected for my subdomain. default vhost: server "default" { listen on * port 80 location "/.well-known/acme-challenge/*" { root "/acme" request strip 2