Move php-fpm tempalte to the correct location

master
Daniel Berteaud 8 years ago
parent 0dfa5b6d3b
commit 40668f71d9
  1. 4
      root/etc/e-smith/templates/etc/php-fpm.d/www.conf/20tt-rss

@ -1,5 +1,6 @@
{ {
if ((${'tt-rss'}{status} || 'disabled') eq 'enabled){ if ($PHP_VERSION eq '71'){
if ((${'tt-rss'}{status} || 'disabled') eq 'enabled'){
$OUT .=<<_EOF; $OUT .=<<_EOF;
[php71-tt-rss] [php71-tt-rss]
@ -45,3 +46,4 @@ else{
$OUT .= '; Tiny Tiny RSS is disabled'; $OUT .= '; Tiny Tiny RSS is disabled';
} }
} }
}
Loading…
Cancel
Save