@cryptotaxi247 / infra-1 / commits / b89ad957

svn path=/configurations/trunk/tud/; revision=34577

svn path=/configurations/trunk/tud/; revision=34577

Eelco Dolstra committed Jul 5, 2012 at 19:07 UTC b89ad9577c0ee567ae434372cb773f2378f6c1d6
2 files changed +4 -2
cartman.nix
+3 -1
@@ -74,6 +74,8 @@ let
74 ProxyPassReverse /mturk http://wendy:3000/mturk
75 ProxyPass /mturk-sandbox http://wendy:3001/mturk-sandbox retry=5
76 ProxyPassReverse /mturk-sandbox http://wendy:3001/mturk-sandbox
77 +
78 + MaxKeepAliveRequests 0
79 '';
80
81 extraSubservices =
@@ -494,7 +496,7 @@ rec {
496
497 ProxyRequests Off
498 ProxyPreserveHost On
497 - ProxyPass / http://wendy:4000/ retry=5 disablereuse=on
499 + ProxyPass / http://wendy:4000/ retry=5 disablereuse=off
500 ProxyPassReverse / http://wendy:4000/
501 '';
502 }
wendy.nix
+1 -1
@@ -104,7 +104,7 @@
104 services.cron = {
105 systemCronJobs =
106 [
107 - "15 4 * * * cp -v /var/backup/postgresql/* /backup/wendy/postgresql/ &> /var/log/backup-db.log"
107 + "15 4 * * * root cp -v /var/backup/postgresql/* /backup/wendy/postgresql/ &> /var/log/backup-db.log"
108 ];
109 };
110