diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:14:13 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-08-03 13:14:13 +0200 |
| commit | 809178ab23d0ef8ed048ac1a4c9f0806672bf0d7 (patch) | |
| tree | 8e42c64feea3f9b3322ff58f435dab98fc3e74b0 | |
| parent | 60cececa3c6d5b9f06564e63a1f5889e0402d589 (diff) | |
| download | nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar.gz nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar.bz2 nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.tar.xz nixos-809178ab23d0ef8ed048ac1a4c9f0806672bf0d7.zip | |
bind on ipv4 localhost only
| -rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -302,7 +302,7 @@ in rec { | |||
| 302 | , collapse = standardCollapse | 302 | , collapse = standardCollapse |
| 303 | } | 303 | } |
| 304 | 304 | ||
| 305 | wSettings = Warp.setHost "localhost" . Warp.setPort 8080 $ Warp.defaultSettings | 305 | wSettings = Warp.setHost "127.0.0.1" . Warp.setPort 8080 $ Warp.defaultSettings |
| 306 | ''; | 306 | ''; |
| 307 | }; | 307 | }; |
| 308 | 308 | ||
