Make it work on debian
get rid of phpfpm listen url in favor of socket
This commit is contained in:
3
templates/php_apache_config.conf.jj
Normal file
3
templates/php_apache_config.conf.jj
Normal file
@@ -0,0 +1,3 @@
|
||||
<FilesMatch \.php$>
|
||||
SetHandler "proxy:unix:{{ php_fpm_listen_socket }}|fcgi://localhost/"
|
||||
</FilesMatch>
|
||||
Reference in New Issue
Block a user