summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bragi.nix4
1 files 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 {
374 server_name _; 374 server_name _;
375 375
376 location /thermoprint/api { 376 location /thermoprint/api {
377 proxy_pass http://localhost:8081; 377 proxy_pass http://localhost:8080;
378 } 378 }
379 379
380 location /thermoprint { 380 location /thermoprint {
381 proxy_pass http://localhost:8080; 381 proxy_pass http://localhost:8081;
382 } 382 }
383 } 383 }
384 ''; 384 '';