1
1
Fork 0

Add newtab vhost

This commit is contained in:
Jaculabilis 2023-01-16 05:56:31 +00:00
parent 08c0e42639
commit 9755c7f86d
1 changed files with 8 additions and 0 deletions

View File

@ -83,6 +83,14 @@
"www.ktvb.site" = static-site "www.ktvb.site"; "www.ktvb.site" = static-site "www.ktvb.site";
"mirror.alogoulogoi.com" = static-site "mirror.alogoulogoi.com"; "mirror.alogoulogoi.com" = static-site "mirror.alogoulogoi.com";
"www.alogoulogoi.com" = static-site "www"; "www.alogoulogoi.com" = static-site "www";
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 # Deny all other subdomains
"alogoulogoi.com" = { "alogoulogoi.com" = {
default = true; default = true;