smeserver-pydio/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/68FastCGIConfig25Pydio
2017-07-18 22:52:21 +02:00

10 lines
352 B
Plaintext

{
if ($fastcgi_mod eq 'mod_fastcgi'){
$OUT .=<<_EOF;
Action phppydio-fastcgi /php-cgi-bin/phppydio-wrapper
Alias /php-cgi-bin/phppydio-wrapper /var/www/php-cgi-bin/phppydio-wrapper
FastCgiExternalServer /var/www/php-cgi-bin/phppydio-wrapper -socket /var/run/php-fpm/php__PHP_VERSION__-pydio.sock -pass-header Authorization -idle-timeout 120
_EOF
}
}