You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 21, 2024. It is now read-only.
Im using the nginx vhost template you provided, but for some reason when im using the templete nginx wont activate the php, it just downloads some files.
and the logs is saying that "could not find named location "@php"
im not an expert at this at all but this seems to me that something is wrong with the "location /" part.
im using php7.3 with fpm
and have tryed both "fastcgi_pass 127.0.0.1:9000" and "unix:/" none of them seems to work properly.
Have something changed or am i doing this wrong?
ps, if i run the test command to see if the site working it works.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I cant get this to work.
Im using the nginx vhost template you provided, but for some reason when im using the templete nginx wont activate the php, it just downloads some files.
and the logs is saying that "could not find named location "@php"
im not an expert at this at all but this seems to me that something is wrong with the "location /" part.
im using php7.3 with fpm
and have tryed both "fastcgi_pass 127.0.0.1:9000" and "unix:/" none of them seems to work properly.
Have something changed or am i doing this wrong?
ps, if i run the test command to see if the site working it works.
The text was updated successfully, but these errors were encountered: