Files
laca-website/frontend/public/robots.txt
PhongPham 51f2505839 🚀 Complete Laca City Website with VPS Deployment
- Added complete Next.js frontend with responsive design
- Added NestJS backend with PostgreSQL and Redis
- Added comprehensive VPS deployment script (vps-deploy.sh)
- Added deployment guide and documentation
- Added all assets and static files
- Configured SSL, Nginx, PM2, and monitoring
- Ready for production deployment on any VPS
2025-08-12 07:06:15 +07:00

15 lines
240 B
Plaintext

User-agent: *
Allow: /
# Sitemap
Sitemap: https://yourdomain.com/sitemap.xml
# Specific paths
Allow: /homepage/
Allow: /assets/
Allow: /?app=parking
# Disallow admin or private sections (if any)
# Disallow: /admin/
# Disallow: /private/