mirror of
https://asciireactor.com/otho/stashbox
synced 2024-11-24 06:35:06 +00:00
Update subnet.
This commit is contained in:
parent
295149d883
commit
48837b1289
@ -1,8 +1,8 @@
|
|||||||
ServerName othostash.com
|
ServerName othostash.com
|
||||||
ServerRoot /usr/local
|
ServerRoot /usr/local
|
||||||
|
|
||||||
Listen [2603:3015:1003:566d::dad:db]:80
|
Listen [2603:3015:1003:56cd::dad:db]:80
|
||||||
Listen [2603:3015:1003:566d::dad:db]:443
|
Listen [2603:3015:1003:56cd::dad:db]:443
|
||||||
Listen 10.1.9.10:443
|
Listen 10.1.9.10:443
|
||||||
|
|
||||||
LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
|
LoadModule mpm_prefork_module libexec/apache24/mod_mpm_prefork.so
|
||||||
@ -55,14 +55,14 @@ MDCertificateAgreement accepted
|
|||||||
MDContactEmail admin@othostash.com
|
MDContactEmail admin@othostash.com
|
||||||
MDomain othostash.com www.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"
|
# ServerName "plex.othostash.com"
|
||||||
# SSLEngine on
|
# SSLEngine on
|
||||||
# ProxyPass "/" "http://localhost:32400"
|
# ProxyPass "/" "http://localhost:32400"
|
||||||
# ProxyPassReverse "/" "http://localhost:32400"
|
# ProxyPassReverse "/" "http://localhost:32400"
|
||||||
# </VirtualHost>
|
# </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 "www.othostash.com"
|
||||||
ServerName "othostash.com"
|
ServerName "othostash.com"
|
||||||
|
|
||||||
|
2
dns.tf
2
dns.tf
@ -20,7 +20,7 @@ provider "namecheap" {}
|
|||||||
|
|
||||||
variable "network" {
|
variable "network" {
|
||||||
type = string
|
type = string
|
||||||
default = "2603:3015:1003:566d"
|
default = "2603:3015:1003:56cd"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ipv4" {
|
variable "ipv4" {
|
||||||
|
@ -27,7 +27,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen [2603:3015:1003:566d::dad:feed]:80;
|
listen [2603:3015:1003:56cd::dad:feed]:80;
|
||||||
listen 10.1.9.10:80;
|
listen 10.1.9.10:80;
|
||||||
resolver [2603:3015:1003:5661::cede];
|
resolver [2603:3015:1003:5661::cede];
|
||||||
server_name plex.othostash.com;
|
server_name plex.othostash.com;
|
||||||
|
Loading…
Reference in New Issue
Block a user