empyrean: remove newtab vhost
This doesn't appear to be used. I think the intake configuration overwrote it.
This commit is contained in:
parent
12117f37bb
commit
a5b364fbc1
|
@ -64,14 +64,6 @@
|
|||
"www.ktvb.site" = static-site "www.ktvb.site";
|
||||
"mirror.alogoulogoi.com" = static-site "mirror.alogoulogoi.com";
|
||||
"www.alogoulogoi.com" = static-site "www.alogoulogoi.com";
|
||||
newtab = {
|
||||
listen = [ { addr = "10.22.20.1"; port = 80; } ];
|
||||
root = "/srv/newtab/";
|
||||
extraConfig = ''
|
||||
access_log /var/log/nginx/access_newtab.log;
|
||||
index index.html;
|
||||
'';
|
||||
};
|
||||
# Deny all other subdomains
|
||||
"alogoulogoi.com" = {
|
||||
default = true;
|
||||
|
|
Loading…
Reference in New Issue