summaryrefslogtreecommitdiffstats
path: root/modules/tv/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tv/nginx.nix')
-rw-r--r--modules/tv/nginx.nix30
1 files changed, 0 insertions, 30 deletions
diff --git a/modules/tv/nginx.nix b/modules/tv/nginx.nix
deleted file mode 100644
index 8b420613b..000000000
--- a/modules/tv/nginx.nix
+++ /dev/null
@@ -1,30 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- services.nginx =
- let
- name = config.networking.hostName;
- qname = "${name}.retiolum";
- in
- {
- enable = true;
- httpConfig = ''
- sendfile on;
- server {
- listen 80;
- server_name ${name} ${qname} localhost;
- root /srv/http/${name};
- location ~ ^/~(.+?)(/.*)?$ {
- alias /home/$1/public_html$2;
- }
- }
- types {
- text/css css;
- text/html html;
- image/svg+xml svg;
- }
- default_type text/html;
- charset utf-8;
- '';
- };
-}
[cgit] Unable to lock slot /tmp/cgit/97100000.lock: No such file or directory (2)