bert: Serve swiftgang.net on www instead
This commit is contained in:
parent
ee47eb1ed2
commit
898a98ef1e
2 changed files with 29 additions and 1 deletions
|
|
@ -23,5 +23,30 @@
|
|||
metrics # Enable Prometheus monitoring
|
||||
}
|
||||
'';
|
||||
virtualHosts.":80" = {
|
||||
serverAliases = [":443"];
|
||||
extraConfig = ''
|
||||
respond <<EOF
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>not found - chandlerswift.com</title>
|
||||
<style>
|
||||
body {
|
||||
width: 35em;
|
||||
margin: 0 auto;
|
||||
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>not found - chandlerswift.com</h1>
|
||||
<p>This page is hosted with <a href="https://chandlerswift.com/">chandlerswift.com</a>,
|
||||
but the site couldn't be found.</p>
|
||||
</body>
|
||||
</html>
|
||||
EOF 404
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue