Blazing iconBlazing
Intermediate5 minBlogging

wordpress

wordpress deployed on Akash Network via Blazing Core.

#akash#blazing-core#blogging
core.yaml

Setup Instructions

WordPress

WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL. This SDL includes MariaDB (MySQL fork).

Troubleshooting

413 Request Entity Too Large

You might get the 413 Request Entity Too Large error when uploading large files. To fix this, make sure to set expose.http_options.max_body_size to a large enough value in your deployment SDL file and once you've deployed the wordpress image, modify the .htaccess file (or make your own image with the fixed file):

Prepare the env:

Plain Text

Drop into your wordpress deployment:

Plain Text

And fix the .htaccess file there:

Plain Text

You can also achieve the same by modifying the php.ini file.