From 7a5c9631f72eeb049cd5c892d84cebd81e6a5019 Mon Sep 17 00:00:00 2001 From: tv Date: Sat, 5 Mar 2016 12:57:46 +0100 Subject: tv nginx: expose /etc/os-release --- tv/2configs/nginx-public_html.nix | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tv/2configs/nginx-public_html.nix (limited to 'tv/2configs/nginx-public_html.nix') diff --git a/tv/2configs/nginx-public_html.nix b/tv/2configs/nginx-public_html.nix deleted file mode 100644 index 15a3b5482..000000000 --- a/tv/2configs/nginx-public_html.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ config, lib, ... }: - -with config.krebs.lib; - -{ - krebs.nginx = { - enable = true; - servers.default.locations = [ - (nameValuePair "~ ^/~(.+?)(/.*)?\$" '' - alias /home/$1/public_html$2; - '') - ]; - }; - tv.iptables.input-internet-accept-new-tcp = singleton "http"; -} -- cgit v1.2.3