summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 13:11:31 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-08-03 13:11:31 +0200
commit60cececa3c6d5b9f06564e63a1f5889e0402d589 (patch)
tree783d88d23bc3dcea6e0ec672c5a584411f422369
parentf50d3909cc3abf3e0aa0d7ebf79ddb7814767caf (diff)
downloadnixos-60cececa3c6d5b9f06564e63a1f5889e0402d589.tar
nixos-60cececa3c6d5b9f06564e63a1f5889e0402d589.tar.gz
nixos-60cececa3c6d5b9f06564e63a1f5889e0402d589.tar.bz2
nixos-60cececa3c6d5b9f06564e63a1f5889e0402d589.tar.xz
nixos-60cececa3c6d5b9f06564e63a1f5889e0402d589.zip
switched port numbers
-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 '';