🚀 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
This commit is contained in:
14
frontend/public/robots.txt
Normal file
14
frontend/public/robots.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
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/
|
||||
Reference in New Issue
Block a user