This commit is contained in:
thomas 2022-03-02 00:02:05 +01:00
parent c186e64ce5
commit f7a1f003c4
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ systemctl enable --now tt-rss
apt install apache2 php-fpm
a2enmod proxy_fcgi setenvif
a2enconf php7.4-fpm
cp /usr/share/doc/grocy/apache2-tt-rss.conf /etc/apache2/sites-available/tt-rss.conf
cp /usr/share/doc/tt-rss/apache2-tt-rss.conf /etc/apache2/sites-available/tt-rss.conf
#edit /etc/apache2/sites-available/tt-rss.conf
a2ensite tt-rss
systemctl restart apache2