chaturvedi.org
A minimal single-page test site

chaturvedi.org — single page test site

Use this page to test your NGINX server block, reverse proxy, or local web root. Drop this file into your site directory and point your server block to it.

Quick test:
curl -I http://your-server-ip/
Place this file as /var/www/chaturvedi.org/html/index.html and reload NGINX.

Status

Ready for testing — this page is static HTML and works without backend services.

  • Responsive layout
  • Contact form placeholder
  • Hints for NGINX config

About

This is intentionally simple: a single HTML file you can host to verify server blocks, proxy rules, and SSL setup. No external assets are required.

Features

1
Static & fast
Serves immediately from the file system.
2
Test NGINX
Use with server_name and proxy_pass validations.
3
Mobile friendly
Flex and grid layouts adapt to small screens.
server { listen 80; server_name chaturvedi.org www.chaturvedi.org; root /var/www/chaturvedi.org/html; index index.html; }

Contact

This form is a placeholder. For testing, submit the static form to see client-side validation only.