diff options
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ''; |