Add jumpers.stormcloudhills.com subdomain vhost (HTTP + HTTPS)
Build and Push Docker Image / build (push) Successful in 6s
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>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user