✓ nginx + ubuntu

Test page is working

If you see this page, the web server is correctly installed.

This is a default test page used for verifying Nginx configuration and basic HTTP/HTTPS connectivity. No dynamic content or additional services are running here.

$ nginx -v
nginx version: nginx/1.24.0 (Ubuntu)
$ curl -I http://localhost
HTTP/1.1 200 OK
Server: nginx/1.24.0

Quick checks:

📄 Static HTML served
🔒 TLS ready (optional)
⚙️ Basic config test
🌍 Germany location
✓ Server response OK