We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96c72a commit d1fe652Copy full SHA for d1fe652
1 file changed
start.sh
@@ -1,5 +1,8 @@
1
#!/bin/sh -ex
2
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/
6
cat > "/var/www/html/.htaccess" << EOF
7
php_value upload_max_filesize ${UPLOAD_MAX_FILESIZE:-256M}
8
php_value post_max_size ${POST_MAX_SIZE:-512M}
0 commit comments