← Documentation
Project Overview
Server details, architecture, and environment
Server Environment
| OS | Ubuntu 24.04.4 LTS |
| Web Server | Nginx 1.24.0 |
| PHP | 8.3.6 (FPM) |
| Database | MariaDB 10.11.14 |
| SSL | Let's Encrypt (Certbot) |
| FQDN | test.kim8.s4s.host |
| DocumentRoot | /home/test |
Architecture
- Nginx handles HTTP/HTTPS traffic (ports 80/443)
- PHP-FPM processes PHP files via Unix socket
- REST API at
/api/ for programmatic access
- PWA support with service worker and manifest
- Name-based virtual hosting with wildcard domain
*.kim8.s4s.host
- No Docker - all services run natively