diff options
author | tv <tv@krebsco.de> | 2016-06-30 00:52:35 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-30 01:08:01 +0200 |
commit | 10ff37466663cfac5067d9df275182840a21a9e7 (patch) | |
tree | 6c2303b759022b1c9dbf50028432e5316b3a24f5 /tv/2configs/nginx | |
parent | 9651d853d83468d39d1476eebc8ab6a61d69c4a0 (diff) |
tv iptables: add input-*-accept-udp
Diffstat (limited to 'tv/2configs/nginx')
-rw-r--r-- | tv/2configs/nginx/default.nix | 2 | ||||
-rw-r--r-- | tv/2configs/nginx/public_html.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tv/2configs/nginx/default.nix b/tv/2configs/nginx/default.nix index 1fac65a..d0d07d5 100644 --- a/tv/2configs/nginx/default.nix +++ b/tv/2configs/nginx/default.nix @@ -12,6 +12,6 @@ with config.krebs.lib; ]; }; tv.iptables = optionalAttrs config.krebs.nginx.enable { - input-retiolum-accept-new-tcp = singleton "http"; + input-retiolum-accept-tcp = singleton "http"; }; } diff --git a/tv/2configs/nginx/public_html.nix b/tv/2configs/nginx/public_html.nix index 15a3b54..858f165 100644 --- a/tv/2configs/nginx/public_html.nix +++ b/tv/2configs/nginx/public_html.nix @@ -11,5 +11,5 @@ with config.krebs.lib; '') ]; }; - tv.iptables.input-internet-accept-new-tcp = singleton "http"; + tv.iptables.input-internet-accept-tcp = singleton "http"; } |