We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e891d commit 29853d4Copy full SHA for 29853d4
docker-src/cms/nginx/drupal.conf
@@ -5,6 +5,7 @@ server {
5
ssl_certificate public.pem;
6
ssl_certificate_key private.key;
7
root /var/www/webroot; ## <-- Your only path reference.
8
+ client_max_body_size 50m;
9
10
location = /favicon.ico {
11
log_not_found off;
0 commit comments