Created
August 22, 2023 05:01
-
-
Save sadiqsalau/01e8925b63cbe9581992d52fb8a0d22a to your computer and use it in GitHub Desktop.
PHP FPM Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Directory "/srv/http/example"> | |
Allow from all | |
Require all granted | |
AllowOverride all | |
Options all | |
<FilesMatch \.php$> | |
SetHandler "proxy:unix:/run/php80-fpm/php-fpm.sock|fcgi://localhost" | |
</FilesMatch> | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment