Skip to content
- How to enable www to non-www redirection?
- How to enable debug mode?
- Modify /opt/bitnami/wordpress/wp-config.php
- define( ‘WP_DEBUG’, true );
- define( ‘WP_DEBUG_LOG’, true );
- define( ‘WP_DEBUG_DISPLAY’, false );
- How to configure after creating Bitnami WordPress instance?
- sudo vi /opt/bitnami/php/etc/php.ini
- post_max_size=1024M
- upload_max_filesize=1024M
- memory_limit=2048M
- sudo vi /opt/bitnami/php/etc/php-fpm.d/www.conf
- pm=ondemand
- For certain cases, static mode can be more efficient.
- At the end of www.conf file, add pm.max_children=10
- sudo /opt/bitnami/ctlscript.sh restart
- How to set up https?
- How to Stop Search Engines from Crawling a WordPress Site?