Nginx Config Generator

Generated Configuration

{{ generatedConfig }}
✓ Copied to clipboard!

Instructions:

  • 1. Enter your domain name (e.g., example.com)
  • 2. Enter your application URL (e.g., http://localhost:3000)
  • 3. Generate and copy the configuration
  • 4. Save it as a file in /etc/nginx/sites-available/
  • 5. Create symlink to /etc/nginx/sites-enabled/
  • 6. Run sudo nginx -t to test configuration
  • 7. Run sudo systemctl reload nginx