Configuration | Thinhnam.net
| Version | Date | Author | Description | |---------|------------|--------|---------------------------------| | 1.0 | 2025-02-18 | Admin | Initial production config |
To make your website live, you need at least these records: Thinhnam.net Configuration
| Record Type | Name/Host | Value/Destination | TTL (Recommended) |
| :--- | :--- | :--- | :--- |
| A (Address) | @ (or yourdomain.com) | Server IP Address (e.g., 123.123.123.123) | 3600 |
| A (Address) | www | Server IP Address (same as above) | 3600 |
| CNAME | mail | yourdomain.com | 14400 |
| MX | @ | mail.yourdomain.com (Priority 0 or 10) | 3600 | | Version | Date | Author | Description
Pro-tip for Thinhnam.net Users: If you are using Thinhnam.net’s nameservers (ns1.thinhnam.net and ns2.thinhnam.net), changes apply within 15-30 minutes. If you are using an external registrar, ensure you have updated the nameservers at the domain registrar level first. To make your website live, you need at
| File | Purpose |
|------|---------|
| .env | Environment variables (database, API keys, app mode) |
| config/app.php | Application timezone, locale, debug mode |
| config/database.php | Database connections and pooling |
| config/cache.php | Cache driver and TTL settings |
Add to .htaccess:
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/html text/css text/plain text/xml text/javascript application/javascript
</IfModule>
A misconfigured server is a hacker's playground. Here is how to lock down your Thinhnam.net environment.