nginx: make map.hamburg.freifunk.net the default host

This commit is contained in:
Daniel Frank 2019-08-16 21:15:43 +02:00
parent 8edd6d1550
commit f3b746af75
Signed by: tokudan
GPG key ID: 063CCCAD04182D32
2 changed files with 1 additions and 1 deletions

View file

@ -9,6 +9,7 @@ in
services.nginx.virtualHosts."map.hamburg.freifunk.net" = {
forceSSL = true;
enableACME = true;
default = true;
root = "${hopglass-fe}";
extraConfig = ''
access_log off;

View file

@ -24,7 +24,6 @@ in
services.nginx.virtualHosts."${config.variables.pfaDomain}" = {
forceSSL = config.variables.useSSL;
enableACME = config.variables.useSSL;
default = true;
root = "${postfixadminpkg}/public";
extraConfig = ''
charset utf-8;