Can I use [email protected] fpm by fastcgi_pass? #87
Answered
by
shivammathur
eyedroot
asked this question in
Q&A / Help
-
Thank you. I am using it well on Mac via shivammathur/[email protected]. I have one question. Is there any way to connect with nginx installed through brew install nginx and shivammathur/[email protected]? 65 location ~ \.php$ {
66 root html;
67 fastcgi_pass 127.0.0.1:9000;
68 fastcgi_index index.php;
69 fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
70 include fastcgi_params;
71 } Thanks again. |
Beta Was this translation helpful? Give feedback.
Answered by
shivammathur
Jan 3, 2021
Replies: 1 comment 1 reply
-
Here is the process I follow to setup Nginx after PHP setup.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eyedroot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the process I follow to setup Nginx after PHP setup.
9000
.Nginx
and test it.Nginx
config/usr/local/etc/nginx/nginx.conf
Nginx
withphp-fpm
. Use the port from step 1 if you have a different port than9000
.