diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:33:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-13 01:33:41 +0100 |
commit | 852dc701a30956fd9f64e2f742b2c2f97d7ca69c (patch) | |
tree | d986c067e5263fe1677ecc8c001cfa3f5e6770a3 | |
parent | 1c7d3101374598a7a537cfe6e3352e858bd24d48 (diff) | |
download | nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar.gz nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar.bz2 nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.tar.xz nixos-852dc701a30956fd9f64e2f742b2c2f97d7ca69c.zip |
well have to include the cgi plugin
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ in rec { | |||
174 | 174 | ||
175 | services.uwsgi = { | 175 | services.uwsgi = { |
176 | enable = true; | 176 | enable = true; |
177 | plugins = ["python3"]; | 177 | plugins = ["python3", "cgi"]; |
178 | instance = { | 178 | instance = { |
179 | type = "normal"; | 179 | type = "normal"; |
180 | processes = 1; | 180 | processes = 1; |