|
|
@ -3,7 +3,7 @@ if ($fastcgi_mod eq 'mod_fastcgi'){ |
|
|
|
$OUT .=<<_EOF; |
|
|
|
$OUT .=<<_EOF; |
|
|
|
Action phpdl-fastcgi /php-cgi-bin/phpdl-wrapper |
|
|
|
Action phpdl-fastcgi /php-cgi-bin/phpdl-wrapper |
|
|
|
Alias /php-cgi-bin/phpdl-wrapper /var/www/php-cgi-bin/phpdl-wrapper |
|
|
|
Alias /php-cgi-bin/phpdl-wrapper /var/www/php-cgi-bin/phpdl-wrapper |
|
|
|
FastCgiExternalServer /var/www/php-cgi-bin/phpdl-wrapper -socket /var/run/php-fpm/php71-dl.sock -pass-header Authorization -idle-timeout 120 |
|
|
|
FastCgiExternalServer /var/www/php-cgi-bin/phpdl-wrapper -socket /var/run/php-fpm/php56-dl.sock -pass-header Authorization -idle-timeout 120 |
|
|
|
_EOF |
|
|
|
_EOF |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|