diff options
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ in rec { | |||
369 | } | 369 | } |
370 | 370 | ||
371 | location /bar/ { | 371 | location /bar/ { |
372 | proxy_set_header AppRoot "http://$server_name/bar"; | 372 | proxy_set_header AppRoot "http://$host/bar"; |
373 | proxy_pass http://localhost:8082/; | 373 | proxy_pass http://localhost:8082/; |
374 | } | 374 | } |
375 | } | 375 | } |