diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-10 00:46:19 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-10 00:46:19 +0100 |
commit | 52a128f091db3f802a42c1101989c6f5edff41c7 (patch) | |
tree | ededb5874db2963ba952280528b483fd79d5831c | |
parent | 614ecef9341c8a0e1128269e0fe548718d89c2bd (diff) | |
download | nixos-52a128f091db3f802a42c1101989c6f5edff41c7.tar nixos-52a128f091db3f802a42c1101989c6f5edff41c7.tar.gz nixos-52a128f091db3f802a42c1101989c6f5edff41c7.tar.bz2 nixos-52a128f091db3f802a42c1101989c6f5edff41c7.tar.xz nixos-52a128f091db3f802a42c1101989c6f5edff41c7.zip |
nginx syntax
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -376,7 +376,7 @@ in rec { | |||
376 | 376 | ||
377 | location /bar/ { | 377 | location /bar/ { |
378 | proxy_pass http://localhost:8082/; | 378 | proxy_pass http://localhost:8082/; |
379 | }; | 379 | } |
380 | } | 380 | } |
381 | ''; | 381 | ''; |
382 | }; | 382 | }; |