diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -369,6 +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_pass http://localhost:8082/; | 373 | proxy_pass http://localhost:8082/; |
373 | } | 374 | } |
374 | } | 375 | } |