Skip to content

Commit

Permalink
conf: use FPM socket (#12)
Browse files Browse the repository at this point in the history
Switch to dedicated FPM pool

NethServer/dev#6632
  • Loading branch information
gsanchietti committed Jan 31, 2022
1 parent a5fd655 commit db8fb7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webtop5-zpush.conf
Expand Up @@ -2,7 +2,7 @@ Alias /Microsoft-Server-ActiveSync /usr/share/webtop/z-push/index.php

<Directory "/usr/share/webtop/z-push/">
<FilesMatch \.php$>
SetHandler "proxy:fcgi://127.0.0.1:9003"
SetHandler "proxy:unix:/var/run/rh-php73-php-fpm/nethserver-webtop-php73.sock|fcgi://localhost"
</FilesMatch>

SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
Expand Down

0 comments on commit db8fb7a

Please sign in to comment.