Fixing upstream sent too big header while reading response header from upstream in Bitnami WordPress
Fixing upstream sent too big header while reading response header from upstream in Bitnami WordPress
Fixing upstream sent too big header while reading response header from upstream in Bitnami WordPress
Editor Not found Recently I would like edit the php.ini in Bitnami WordPress Docker using CLI, but inside the docker doesn’t contain any editor and apt-get is not allowed me to install any editor. $ vim /bin/sh: 1: vim: not found $ vi /bin/sh: 2: vi: not found $ nano /bin/sh: 3: nano: not found $ Modify the upload limit for PHP I want to upload a file more than 800M, I’ve to apply these to php.ini upload_max_filesize 1000M post_max_size 1000M memory_limit 1000M max_execution_time 0 max_input_tim[…]
How to modify docker php.ini without installing editor Read More »
Preparing Folders Prepare the a project folders that put your mariadb data and Wordpress files data. # cd ~ # mkdir wp # cd wp # mkdir mariadb # mkdir wordpress The folders we need /Users/juzhax/wp /Users/juzhax/wp/mariadb /Users/juzhax/wp/wordpress Preparing the Docker Compose file touch /Users/juzhax/wp/docker-compose.yml Insert the data using your favorite editor. I like to use vim vim /Users/juzhax/wp/docker-compose.yml version: ‘2’ services: mariadb: image: docker.io/bitnami/mariadb:10.6 vo[…]
Installing Bitnami WordPress Nginx into Apple m1 Read More »
I found a safe way to start Bitnami like a clean copy, without remove your old copy. Make sure you close and exit your Bitnami App in MacOS. First change to the directory of Bitnami. Justins-MacBook-Pro:~ juzhax$ cd ~/.bitnami/ Justins-MacBook-Pro:.bitnami juzhax$ ls -la total 32 drwxr-xr-x 6 juzhax staff 192 Mar 21 20:09 . drwxr-xr-x@ 123 juzhax staff 3936 Apr 16 19:57 .. -rw-r–r–@ 1 juzhax staff 6148 Apr 27 11:49 .DS_Store -rw-r–r–@ 1 juzhax staff 1489 Mar 20 21:10 metadata-bit.json -rw-r-[…]
How to empty and refresh Bitnami in MacOS in terminal shell? Read More »