We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e8f41 commit 9ef77cfCopy full SHA for 9ef77cf
install/firefly-install.sh
@@ -84,6 +84,7 @@ cat <<EOF >/etc/apache2/sites-available/firefly.conf
84
85
</VirtualHost>
86
EOF
87
+chown www-data:www-data /opt/firefly/storage/oauth-*.key
88
$STD a2enmod php8.4
89
$STD a2enmod rewrite
90
$STD a2ensite firefly.conf
0 commit comments