From b339f45d36320dee0e58c2a1bbc8f8690c297673 Mon Sep 17 00:00:00 2001 From: leon Date: Sun, 20 Nov 2022 23:25:23 +0000 Subject: [PATCH] change things --- hosts/leon/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/leon/default.nix b/hosts/leon/default.nix index a6475c94..9639cf97 100644 --- a/hosts/leon/default.nix +++ b/hosts/leon/default.nix @@ -219,13 +219,13 @@ networking.wireguard.interfaces = { #-----------------------------ngin-X-------------------------------- services.nginx = { - listen 80; + listen 8080; enable = true; virtualHosts."bicospacetech.c3d2.de" = { default = true; forceSSL = true; enableACME = true; - locations."/login" = { + locations."/" = { proxyPass = "http://45.158.40.162:12000"; proxyWebsockets = true; };