diff options
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -385,6 +385,10 @@ in rec { | |||
385 | proxy_set_header AppRoot "http://$host/bar"; | 385 | proxy_set_header AppRoot "http://$host/bar"; |
386 | proxy_pass http://[::1]:8082/; | 386 | proxy_pass http://[::1]:8082/; |
387 | } | 387 | } |
388 | |||
389 | location /bar.ymir/ { | ||
390 | proxy_pass http://[::1]:8082; | ||
391 | } | ||
388 | } | 392 | } |
389 | ''; | 393 | ''; |
390 | }; | 394 | }; |