diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -382,7 +382,7 @@ in rec { | |||
382 | } | 382 | } |
383 | 383 | ||
384 | location /bar/ { | 384 | location /bar/ { |
385 | proxy_pass http://[::1]:8082; | 385 | proxy_pass http://[::1]:8082/; |
386 | proxy_set_header AppRoot $scheme://$host/bar; | 386 | proxy_set_header AppRoot $scheme://$host/bar; |
387 | } | 387 | } |
388 | } | 388 | } |