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.
2 parents 07e891d + 29853d4 commit ef8bdfeCopy full SHA for ef8bdfe
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