1
1
Fork 0

Add ktvb.site vhost

This commit is contained in:
Jaculabilis 2022-11-27 01:39:09 +00:00
parent ee7be1456b
commit 4a777e64e9
1 changed files with 9 additions and 0 deletions

View File

@ -61,6 +61,15 @@
recommendedProxySettings = true; recommendedProxySettings = true;
virtualHosts = { virtualHosts = {
# Static pages # Static pages
"www.ktvb.site" = {
enableACME = true;
forceSSL = true;
root = "/srv/wedding/";
extraConfig = ''
access_log /var/log/nginx/access.ktvb.log;
index index.html;
'';
};
"www.alogoulogoi.com" = { "www.alogoulogoi.com" = {
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;