Skip to content

Commit ef8bdfe

Browse files
authored
Merge pull request #57 from DrupalStand/jasonschulte-patch-1
Update drupal.conf
2 parents 07e891d + 29853d4 commit ef8bdfe

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)