Accessing Microweber
- Buka browser Anda dan kunjungi:
http://<SERVER_IP> - Complete setup via web installer.
Berkas dan Direktori Penting
- Direktori instalasi:
/var/www/microweber - Konfigurasi Apache:
/etc/apache2/sites-available/microweber.conf - Storage:
/var/www/microweber/storage - Konfigurasi:
/var/www/microweber/config - User files:
/var/www/microweber/userfiles
Mengaktifkan SSL dengan Domain
1. Arahkan domain Anda ke alamat IP server.
2. Edit Nginx config and replace ServerName <IP>; dengan domain Anda (<your-domain>):
vim /etc/apache2/sites-available/microweber.conf
3. Instal Certbot:
apt install -y certbot python3-certbot-apache
4. Jalankan perintah berikut untuk menghasilkan sertifikat Let's Encrypt yang valid:
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
Catatan
- Runs on Apache (port 80).
.htaccess/ rewrite is enabled.- Control user registration in Microweber:
Settings > Login & Register > Register options - Memastikan
www-dataowns the entire Microweber folder and has full write access to storage, config, and userfiles so the application functions correctly.