Update subnet.

This commit is contained in:
Otho 2023-04-12 21:42:41 -04:00
parent 295149d883
commit 48837b1289
Signed by: Otho
GPG Key ID: 16C720CD3BBE21D9
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
ServerName othostash.com
ServerRoot /usr/local
Listen [2603:3015:1003:566d::dad:db]:80
Listen [2603:3015:1003:566d::dad:db]:443
Listen [2603:3015:1003:56cd::dad:db]:80
Listen [2603:3015:1003:56cd::dad:db]:443
Listen 10.1.9.10:443
LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
@ -55,14 +55,14 @@ MDCertificateAgreement accepted
MDContactEmail admin@othostash.com
MDomain othostash.com www.othostash.com
# <VirtualHost [2603:3015:1003:566d::dad:feed]:443>
# <VirtualHost [2603:3015:1003:56cd::dad:feed]:443>
# ServerName "plex.othostash.com"
# SSLEngine on
# ProxyPass "/" "http://localhost:32400"
# ProxyPassReverse "/" "http://localhost:32400"
# </VirtualHost>
<VirtualHost 10.1.9.10:443 [2603:3015:1003:566d::dad:db]:443>
<VirtualHost 10.1.9.10:443 [2603:3015:1003:56cd::dad:db]:443>
ServerName "www.othostash.com"
ServerName "othostash.com"

2
dns.tf
View File

@ -20,7 +20,7 @@ provider "namecheap" {}
variable "network" {
type = string
default = "2603:3015:1003:566d"
default = "2603:3015:1003:56cd"
}
variable "ipv4" {

View File

@ -27,7 +27,7 @@ http {
}
server {
listen [2603:3015:1003:566d::dad:feed]:80;
listen [2603:3015:1003:56cd::dad:feed]:80;
listen 10.1.9.10:80;
resolver [2603:3015:1003:5661::cede];
server_name plex.othostash.com;