magnificent-eve-10499
01/29/2025, 4:37 PMmagnificent-eve-10499
01/30/2025, 6:00 PMupstream mauticWeb {
least_conn;
server ${MAUTIC_WEB_URL}:9000;
}
and in my http
--> server
block wherever I needed to reach the backend php-fpm server I needed to use the upstream config.
server{
...
location ~ ^(.+\.php)(.*)$ {
...
fastcgi_keep_conn on;
fastcgi_pass mauticWeb;
...
}
...
}
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by