Skip to content

Commit 29853d4

Browse files
authored
Update drupal.conf
1 parent 07e891d commit 29853d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-src/cms/nginx/drupal.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ server {
55
ssl_certificate public.pem;
66
ssl_certificate_key private.key;
77
root /var/www/webroot; ## <-- Your only path reference.
8+
client_max_body_size 50m;
89

910
location = /favicon.ico {
1011
log_not_found off;

0 commit comments

Comments
 (0)