Merge pull request #520 from cytopia/nginx-request-entity-limitations

Set client_max_body_size to 0 for Nginx to be in line with Apache
This commit is contained in:
cytopia 2019-03-04 08:32:03 +01:00 committed by GitHub
commit ec1d312c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -462,11 +462,15 @@ The Devilbox has everything setup for you. The only thing you will have to insta
<table>
<tbody>
<tr>
<td width="220" style="width:220px;">:star: HTTP/2 support</td>
<td width="220" style="width:220px;">:star: HTTPS support</td>
<td>HTTPS is available by default for all projects and the bundled Intranet.</td>
</tr>
<tr>
<td>:star: HTTP/2 support</td>
<td>All HTTPS connections will offer <a href="https://en.wikipedia.org/wiki/HTTP/2">HTTP/2</a> as the default protocol, except for Apache 2.2 which does not support it.</td>
</tr>
<tr>
<td width="220" style="width:220px;">:star: Auto virtual hosts</td>
<td>:star: Auto virtual hosts</td>
<td>New virtual hosts are created automatically and instantly whenever you add a project directory. This is done internally via <a href="https://travis-ci.org/devilbox/vhost-gen">vhost-gen</a> and <a href="https://github.com/devilbox/watcherd">watcherd</a>.</td>
</tr>
<tr>

View File

@ -210,7 +210,7 @@ services:
# Web Server
# ------------------------------------------------------------
httpd:
image: devilbox/${HTTPD_SERVER}:0.28
image: devilbox/${HTTPD_SERVER}:0.29
hostname: httpd
environment: