Skip to content

Commit

Permalink
Update httpd.md
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Ferment <[email protected]>
  • Loading branch information
rickygzz and matks authored Jan 3, 2025
1 parent 6a5eeb2 commit d624a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/installation/advanced/httpd.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Don't forget to edit this configuration to make it works.
# with mod_rewrite or mod_autoindex
<FilesMatch \.php$>
# SetHandler proxy:fcgi://127.0.0.1:9000
SetHandler proxy:unix:/var/run/php/php8.3-fpm.sock|fcgi://dummy
SetHandler proxy:unix:/var/run/php/php8.1-fpm.sock|fcgi://dummy
</FilesMatch>
DocumentRoot /path/to/prestashop
Expand Down

0 comments on commit d624a1a

Please sign in to comment.