How to enable www to non-www redirection? https://docs.bitnami.com/general/apps/drupal/administration/redirect-custom-domains/#redirect-www-myapp-example-com-to-myapp-example-com 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. pm=static …
[Bitnami WordPress] Cheat Sheet Read More »