clernoc
clernoc
All configs are default according to your setup. Vhost is: ``` server { listen 80; listen [::]:80; server_name loc.magento; access_log off; index index.html index.htm index.php; root /data/wwwroot/loc.magento; location / {...
Yea, I made another server without Apache, but same environment, and Magento worked on that. If you still work on Apache + nginx type of environment, perhaps, it has to...
I ended up with your scripts to install composer. Problem is to make it run under another user. I ran `which php` and it shows that paths are different: 1....
There is whole issue with composer. I can install it only by root user. But after that it cannot perform self-update and it can't create a project, it always gets...
Yea, thanks, it helped, this 'old' `/usr/bin/php` contained a link to `/etc/alternatives/php` which was linked back to `/user/bin/php7.4` which does exist. I don't understand what was wrong, it was designed...