Files
ansible_php-fpm/templates/php_apache_config.conf.jj
Thomas Constans c8f375eebd Make it work on debian
get rid of phpfpm listen url in favor of socket
2024-05-17 10:43:25 +02:00

3 lines
107 B
Plaintext

<FilesMatch \.php$>
SetHandler "proxy:unix:{{ php_fpm_listen_socket }}|fcgi://localhost/"
</FilesMatch>