Skip to content
Discussion options

You must be logged in to vote

That sounds like you haven't installed a PHP runtime. With nginx, PHP scripts typically get executed using the PHP-fpm service, which is connected to nginx via fcgi socket. This is really outside of the scope of our applications installation. If you don't already have PHP applications setup, please look at your operating systems / Linux distros documentation on how to set PHP up with nginx. With apache and mod_php, the setup is different yet again.

Alternatively, do have a look at our container images. These come with application servers pre-configured and you only need to reverse proxy your desired vhost in your own nginx back into the containers locally exposed port.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by rugk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
3 participants