Justman10000 @kostha I would recommend using my installscript! Just select Debian there... Should actually work...
kostha Justman10000 I'm talking about the fact that I already installed Flarum, but I don't know what's next
Justman10000 kostha rm -r /etc/apache2/sites-available/* rm -r /etc/apache2/sites-enabled/* touch /etc/apache2/sites-available/web.conf nano /etc/apache2/sites-available/web.conf
Justman10000 Then comes the following: apt install certbot python3-certbot-apache -y certbot certonly --authenticator standalone -d <your_domain> --pre-hook "systemctl stop apache2" --post-hook "systemctl start apache2"
Valeyard Justman10000 If you are using Debian: apt purge php* -y Do NOT do that. That command will remove about a hundred other things at the same time and decimate a live system. Don't believe me? Run apt purge php* -n and paste the result in here for everyone to see.