f189c3fe75
Build and Push Docker Image / build (push) Successful in 6s
Serve /uploads/scj as jumpers.stormcloudhills.com. HTTP redirects to HTTPS; HTTPS vhost uses certs mounted at /etc/apache2/ssl. Adds named ServerName to the default vhost so it remains the catch-all, scaffolds the docroot, and documents expected cert filenames. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
13 lines
283 B
HTML
13 lines
283 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Storm Cloud Hills Jumpers</title>
|
|
</head>
|
|
<body>
|
|
<h1>jumpers.stormcloudhills.com</h1>
|
|
<p>Coming soon.</p>
|
|
</body>
|
|
</html>
|