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.