Merge branch 'feature/workadventure' of https://gitlab.infra4future.de/hacc/infra/haccfiles into feature/workadventure

This commit is contained in:
stuebinm 2021-02-26 22:28:12 +01:00
commit 80710c14a3

View file

@ -90,7 +90,6 @@ in
# this isn't actually needed, but acme requires a webserver to serve
# challanges, so I guess it's easier to just define a virtualHost here
virtualHosts."turn.hacc.space" = {
root = "/var/turn-www"; # do we need this, or can acme do with a 404?
enableACME = true;
forceSSL = true;
};