Accessing Microweber
- 브라우저를 열고 다음 주소를 방문하세요:
http://<SERVER_IP> - Complete setup via web installer.
중요한 파일 및 디렉터리
- 설치 디렉터리:
/var/www/microweber - 아파치 구성:
/etc/apache2/sites-available/microweber.conf - Storage:
/var/www/microweber/storage - 구성:
/var/www/microweber/config - User files:
/var/www/microweber/userfiles
도메인에 SSL 활성화하기
1. 도메인을 서버 IP로 연결하십시오.
2. Edit Nginx config and replace ServerName <IP>; 귀하의 도메인과 함께 (<your-domain>):
vim /etc/apache2/sites-available/microweber.conf
3. Certbot 설치:
apt install -y certbot python3-certbot-apache
4. 유효한 Let’s Encrypt 인증서를 생성하려면 다음 명령어를 실행하십시오:
certbot --apache --non-interactive --agree-tos --email [email protected] -d yourdomain.com
5. 변경 사항을 적용하려면 Nginx를 다시 시작하세요:
systemctl restart apache2
6. 브라우저를 열고 다음 주소를 방문하세요: https://yourdomain.com
메모
- 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.