Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nginx issues #25

Open
youanden opened this issue Apr 2, 2022 · 1 comment
Open

Nginx issues #25

youanden opened this issue Apr 2, 2022 · 1 comment

Comments

@youanden
Copy link

youanden commented Apr 2, 2022

The nginx user doesn't have access to read the /var/run/php/php7.4-fpm.sock file. setfacl has allowed nginx access to read the web root, but not the php socket.

Also, a constant seems to have not been replaced in nginx configuration:
nginx: [emerg] host not found in "INSTANCE_LOCAL_IP:80" of the "listen" directive in /etc/nginx/sites-enabled/magento.conf:5

I've replaced with:

listen 80;
@magenx
Copy link
Owner

magenx commented Apr 3, 2022

fixed this issue
must be working now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants