diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:27:35 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:27:35 +0200 |
commit | f3aef473ae60eb2b61bccdb279443bc67a11d725 (patch) | |
tree | e2869919df498c7f2bf5237dcb9df26d71432cea | |
parent | 809178ab23d0ef8ed048ac1a4c9f0806672bf0d7 (diff) | |
download | nixos-f3aef473ae60eb2b61bccdb279443bc67a11d725.tar nixos-f3aef473ae60eb2b61bccdb279443bc67a11d725.tar.gz nixos-f3aef473ae60eb2b61bccdb279443bc67a11d725.tar.bz2 nixos-f3aef473ae60eb2b61bccdb279443bc67a11d725.tar.xz nixos-f3aef473ae60eb2b61bccdb279443bc67a11d725.zip |
The fickle mistress requires subtle manipulation
-rw-r--r-- | bragi.nix | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -373,12 +373,12 @@ in rec { | |||
373 | listen *:80; | 373 | listen *:80; |
374 | server_name _; | 374 | server_name _; |
375 | 375 | ||
376 | location /thermoprint/api { | 376 | location /thermoprint/api/ { |
377 | proxy_pass http://localhost:8080; | 377 | proxy_pass http://localhost:8080/; |
378 | } | 378 | } |
379 | 379 | ||
380 | location /thermoprint { | 380 | location /thermoprint/ { |
381 | proxy_pass http://localhost:8081; | 381 | proxy_pass http://localhost:8081/; |
382 | } | 382 | } |
383 | } | 383 | } |
384 | ''; | 384 | ''; |