- 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
15 lines
240 B
Plaintext
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/
|