Fix incorrect assumptions about FCGI configuration

WHOOPS, it uses a TCP socket and I'm actually really stupid?
This commit is contained in:
Salt 2020-12-30 17:06:00 -06:00
parent 2810f5262a
commit e649bbbae2

View File

@ -69,7 +69,7 @@
DirectoryIndex index.php index.html
Protocols h2 http/1.1
<FilesMatch \.php$>
SetHandler "proxy:unix:/var/run/php/php-fpm.sock|fcgi://localhost/"
SetHandler "proxy:fcgi://127.0.0.1:9000"
</FilesMatch>
apache_vhosts:
# desu.ltd