l websites: remove deprecated cgi testing
This commit is contained in:
parent
d2f9783483
commit
405ffb8078
@ -21,29 +21,6 @@ in {
|
|||||||
|
|
||||||
krebs.tinc_graphs.enable = true;
|
krebs.tinc_graphs.enable = true;
|
||||||
|
|
||||||
users.users.lass-stuff = {
|
|
||||||
uid = genid_uint31 "lass-stuff";
|
|
||||||
description = "lassul.us blog cgi stuff";
|
|
||||||
home = "/var/empty";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.phpfpm.poolConfigs."lass-stuff" = ''
|
|
||||||
listen = /var/run/lass-stuff.socket
|
|
||||||
user = lass-stuff
|
|
||||||
group = nginx
|
|
||||||
pm = dynamic
|
|
||||||
pm.max_children = 5
|
|
||||||
pm.start_servers = 1
|
|
||||||
pm.min_spare_servers = 1
|
|
||||||
pm.max_spare_servers = 1
|
|
||||||
listen.owner = lass-stuff
|
|
||||||
listen.group = nginx
|
|
||||||
php_admin_value[error_log] = 'stderr'
|
|
||||||
php_admin_flag[log_errors] = on
|
|
||||||
catch_workers_output = yes
|
|
||||||
security.limit_extensions =
|
|
||||||
'';
|
|
||||||
|
|
||||||
users.groups.lasscert.members = [
|
users.groups.lasscert.members = [
|
||||||
"dovecot2"
|
"dovecot2"
|
||||||
"ejabberd"
|
"ejabberd"
|
||||||
@ -73,24 +50,6 @@ in {
|
|||||||
default_type "text/html";
|
default_type "text/html";
|
||||||
alias ${pkgs.krebspage}/index.html;
|
alias ${pkgs.krebspage}/index.html;
|
||||||
'';
|
'';
|
||||||
# TODO make this work!
|
|
||||||
locations."= /ddate".extraConfig = let
|
|
||||||
script = pkgs.writeBash "test" ''
|
|
||||||
echo "hello world"
|
|
||||||
'';
|
|
||||||
#script = pkgs.exec "ddate-wrapper" {
|
|
||||||
# filename = "${pkgs.ddate}/bin/ddate";
|
|
||||||
# argv = [];
|
|
||||||
#};
|
|
||||||
in ''
|
|
||||||
gzip off;
|
|
||||||
fastcgi_pass unix:/var/run/lass-stuff.socket;
|
|
||||||
include ${pkgs.nginx}/conf/fastcgi_params;
|
|
||||||
fastcgi_param DOCUMENT_ROOT /var/empty;
|
|
||||||
fastcgi_param SCRIPT_FILENAME ${script};
|
|
||||||
fastcgi_param SCRIPT_NAME ${script};
|
|
||||||
'';
|
|
||||||
|
|
||||||
locations."/init".extraConfig = let
|
locations."/init".extraConfig = let
|
||||||
initscript = pkgs.init.override {
|
initscript = pkgs.init.override {
|
||||||
pubkey = config.krebs.users.lass.pubkey;
|
pubkey = config.krebs.users.lass.pubkey;
|
||||||
|
Loading…
Reference in New Issue
Block a user