From 60cececa3c6d5b9f06564e63a1f5889e0402d589 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 3 Aug 2016 13:11:31 +0200 Subject: switched port numbers --- bragi.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bragi.nix b/bragi.nix index 13a50d73..2aedfa7c 100644 --- a/bragi.nix +++ b/bragi.nix @@ -374,11 +374,11 @@ in rec { server_name _; location /thermoprint/api { - proxy_pass http://localhost:8081; + proxy_pass http://localhost:8080; } location /thermoprint { - proxy_pass http://localhost:8080; + proxy_pass http://localhost:8081; } } ''; -- cgit v1.2.3