add new cactalogue domain

This commit is contained in:
Michele Guerini Rocco 2022-03-17 17:29:44 +01:00
parent b4c33add5e
commit 0ef0391ec4
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -317,7 +317,7 @@
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always; add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always;
''; '';
in in
{ rec {
enable = true; enable = true;
enableReload = true; enableReload = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
@ -392,6 +392,7 @@
root = "/run/nginx/static/cactalogue"; root = "/run/nginx/static/cactalogue";
extraConfig = disableLog; extraConfig = disableLog;
}; };
virtualHosts."cacta.eurofusion.eu" = virtualHosts."cacta.bit";
}; };
# Bind mount directories for Nginx # Bind mount directories for Nginx