hainich/murmur,mumble: let the websites be fixed.
This commit is contained in:
parent
1ccc8b2b9c
commit
323b4edf1c
1 changed files with 2 additions and 2 deletions
|
@ -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."/" = {
|
||||
|
|
Loading…
Reference in a new issue