remove webroot for turn.hacc.space

turn.hacc.space is only there to server acme challanges, it doesn't
need to actually serve files — just the default nginx page is fine.
This commit is contained in:
Matthias Stübinger 2021-02-21 12:47:28 +01:00
parent 37d9ac34ae
commit d0688e7b33

View file

@ -87,7 +87,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;
};