Fix incorrect assumptions about FCGI configuration
WHOOPS, it uses a TCP socket and I'm actually really stupid?
This commit is contained in:
parent
2810f5262a
commit
e649bbbae2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user