diesdas
This commit is contained in:
parent
405dfebee4
commit
04ebeccf3a
6 changed files with 30 additions and 15 deletions
|
|
@ -1,15 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
security.acme.certs."${config.networking.domain}".extraDomainNames = [ "kshmap.ktiu.net" ];
|
||||
|
||||
services.nginx.virtualHosts."kshmap.ktiu.net" = {
|
||||
|
||||
# forceSSL = true;
|
||||
# enableACME = true;
|
||||
|
||||
services.nginx.virtualHosts."karte.kein-schlussstrich-hessen.org" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
onlySSL = true;
|
||||
useACMEHost = config.networking.domain;
|
||||
root = "/var/www/ksh-map/dist";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue