hainich/murmur,mumble: let the websites be fixed.

keep-around/323b4edf1cfdeb279ec16be824071903e3d68ecc
Schweby mit Hut 2021-02-03 23:33:08 +01:00
parent 1ccc8b2b9c
commit 323b4edf1c
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@
networking.firewall.allowedTCPPorts = [ config.services.murmur.port ];
networking.firewall.allowedUDPPorts = [ config.services.murmur.port ];
services.nginx.virtualHosts =
let vhost = {
services.nginx.virtualHosts = let
vhost = {
forceSSL = true;
enableACME = true;
locations."/" = {