Wordpress
One-click setup.
What is Wordpress?
Wordpress is a free and open-source content management system written in PHP and paired with a MySQL/MariaDB database. It is used for creating websites, blogs, and applications.
Links
FAQ
How to increase the upload size limit?
You can increase the upload size limit by following these steps:
- Open the
.htaccess
file through Coolify’s Terminal (or through SSH, and docker exec -ticontainer_id
/bin/bash) - Add the following lines to the end of the file with
vi
ornano
:
- Save and close the file.
- Reload the website in your browser. The changes should be applied automatically.