On the terminal use the following code – echo -en “\e[?25h” Post Views: 11
Magento 2 not working after the command bin/magento setup:di:compile | Permission change after setup:upgrade | Magento 2 | Apache2 | Ubuntu | PHP 7.2
Always use update-upgrade commands the following way – sudo -u www-data php bin/magento setup:upgrade Post Views: 9
nginx 504 gateway timeout
Restart both ‘apache’ and ‘nginx’. On terminal and with the following code “sudo subl etc/nginx/nginx.conf” to open the file with sublime text or if you want to use nano editor replace “subl” with “nano”. Now add the code below under “http”. client_max_body_size 99999M; client_header_timeout 99999; client_body_timeout 99999; fastcgi_read_timeout 99999; fastcgi_buffers 8 128k; fastcgi_buffer_size 128k; Restart nginx […]