Accessing Microweber
- Åbn din browser og gå til:
http://<SERVER_IP> - Complete setup via web installer.
Vigtige filer og mapper
- Installationsmappe:
/var/www/microweber - Apache-konfiguration:
/etc/apache2/sites-available/microweber.conf - Storage:
/var/www/microweber/storage - Konfiguration:
/var/www/microweber/config - User files:
/var/www/microweber/userfiles
Aktivering af SSL med et domæne
1. Peg dit domæne mod serverens IP-adresse.
2. Edit Nginx config and replace ServerName <IP>; med dit domæne (<your-domain>):
vim /etc/apache2/sites-available/microweber.conf
3. Installer Certbot:
apt install -y certbot python3-certbot-apache
4. Kør følgende kommando for at generere et gyldigt Let’s Encrypt-certifikat:
certbot --apache --non-interactive --agree-tos --email [email protected] -d yourdomain.com
5. Restart Nginx to apply the changes:
systemctl restart apache2
6. Open your browser and visit: https://yourdomain.com
Noter
- Runs on Apache (port 80).
.htaccess/ rewrite is enabled.- Control user registration in Microweber:
Settings > Login & Register > Register options - Ensure
www-dataowns the entire Microweber folder and has full write access to storage, config, and userfiles so the application functions correctly.