Add apache/php-fpm.conf
This commit is contained in:
parent
7438375aa8
commit
68d7d06a83
1 changed files with 18 additions and 0 deletions
18
apache/php-fpm.conf
Normal file
18
apache/php-fpm.conf
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
<FilesMatch \.php$>
|
||||||
|
SetHandler "proxy:fcgi://php74:9074"
|
||||||
|
</FilesMatch>
|
||||||
|
|
||||||
|
# For PHP 8.1
|
||||||
|
#<FilesMatch \.php$>
|
||||||
|
# SetHandler "proxy:fcgi://php81:9081"
|
||||||
|
#</FilesMatch>
|
||||||
|
|
||||||
|
# For PHP 8.3
|
||||||
|
#<FilesMatch \.php$>
|
||||||
|
# SetHandler "proxy:fcgi://php83:9083"
|
||||||
|
#</FilesMatch>
|
||||||
|
|
||||||
|
# For PHP 8.4
|
||||||
|
#<FilesMatch \.php$>
|
||||||
|
# SetHandler "proxy:fcgi://php84:9084"
|
||||||
|
#</FilesMatch>
|
Loading…
Reference in a new issue