diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-26 15:31:18 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-26 15:31:18 +0200 |
commit | ca65ce3967ac731be0c6b1da0b84f65d648481d5 (patch) | |
tree | 918f7452c271a3a4dc657b59d5897f7078397696 /custom | |
parent | 42570ce38245e34508dddae4bcf6a46a64ab1d4b (diff) | |
download | nixos-ca65ce3967ac731be0c6b1da0b84f65d648481d5.tar nixos-ca65ce3967ac731be0c6b1da0b84f65d648481d5.tar.gz nixos-ca65ce3967ac731be0c6b1da0b84f65d648481d5.tar.bz2 nixos-ca65ce3967ac731be0c6b1da0b84f65d648481d5.tar.xz nixos-ca65ce3967ac731be0c6b1da0b84f65d648481d5.zip |
forgotten include
Diffstat (limited to 'custom')
-rw-r--r-- | custom/ymir-nginx.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/custom/ymir-nginx.nix b/custom/ymir-nginx.nix index bc1a4d1f..740b6145 100644 --- a/custom/ymir-nginx.nix +++ b/custom/ymir-nginx.nix | |||
@@ -117,8 +117,6 @@ in { | |||
117 | include ${favicon}; | 117 | include ${favicon}; |
118 | include ${acme}; | 118 | include ${acme}; |
119 | 119 | ||
120 | include ${ssl}; | ||
121 | |||
122 | location @cgit { | 120 | location @cgit { |
123 | include ${uwsgi_params}; | 121 | include ${uwsgi_params}; |
124 | uwsgi_pass unix:/tmp/cgit.sock; | 122 | uwsgi_pass unix:/tmp/cgit.sock; |