Skip to content

Commit d1fe652

Browse files
committed
add comments to divi recommended settings
1 parent c96c72a commit d1fe652

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

start.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/bin/sh -ex
22

3+
# recommended WordPress settings for Divi
4+
# https://www.canagon.com/blog/divi-recommended-configuration-for-server-and-hosting-environment
5+
# https://www.georgenicolaou.me/divi-requirements/
36
cat > "/var/www/html/.htaccess" << EOF
47
php_value upload_max_filesize ${UPLOAD_MAX_FILESIZE:-256M}
58
php_value post_max_size ${POST_MAX_SIZE:-512M}

0 commit comments

Comments
 (0)