Make it work on debian

get rid of phpfpm listen url in favor of socket
This commit is contained in:
2024-05-17 10:43:25 +02:00
parent 4bbaa585a6
commit c8f375eebd
7 changed files with 37 additions and 14 deletions

View File

@@ -0,0 +1,3 @@
<FilesMatch \.php$>
SetHandler "proxy:unix:{{ php_fpm_listen_socket }}|fcgi://localhost/"
</FilesMatch>