pulsebert: fix drucker.hq.c3d2.de

This commit is contained in:
Sandro - 2023-04-20 02:03:27 +02:00
parent 577b24490b
commit 215e539387
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 1 deletions

View File

@ -168,7 +168,6 @@
virtualHosts = {
"drkkr.hq.c3d2.de" = {
default = true;
serverAliases = [ "drucker.hq.c3d2.de" ];
enableACME = true;
forceSSL = true;
locations."/" = {
@ -189,6 +188,11 @@
# extraConfig = "proxy_pass_request_headers off;";
# };
};
"drucker.hq.c3d2.de" = {
enableACME = true;
forceSSL = true;
locations."/".return = "307 https://drkkr.hq.c3d2.de/";
};
"pulsebert.hq.c3d2.de" = {
enableACME = true;
forceSSL = true;