diff --git a/apache24/httpd.conf b/apache24/httpd.conf index 7ff5864..5ce8386 100644 --- a/apache24/httpd.conf +++ b/apache24/httpd.conf @@ -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 -# +# # ServerName "plex.othostash.com" # SSLEngine on # ProxyPass "/" "http://localhost:32400" # ProxyPassReverse "/" "http://localhost:32400" # - + ServerName "www.othostash.com" ServerName "othostash.com" diff --git a/dns.tf b/dns.tf index 7685397..796dc47 100644 --- a/dns.tf +++ b/dns.tf @@ -20,7 +20,7 @@ provider "namecheap" {} variable "network" { type = string - default = "2603:3015:1003:566d" + default = "2603:3015:1003:56cd" } variable "ipv4" { diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d5c639a..c84cee0 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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;