Add mirror.alogoulogoi vhost
This commit is contained in:
parent
1a3b50e11d
commit
115fc4f167
|
@ -78,6 +78,15 @@
|
|||
index index.html;
|
||||
'';
|
||||
};
|
||||
"mirror.alogoulogoi.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = "/srv/mirror.alogoulogoi.com";
|
||||
extraConfig = ''
|
||||
access_log /var/log/nginx/access.mirror.log;
|
||||
index index.html;
|
||||
'';
|
||||
};
|
||||
"www.alogoulogoi.com" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in New Issue