Add ktvb.site vhost
This commit is contained in:
parent
ee7be1456b
commit
4a777e64e9
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue