@cryptotaxi247 / infra-1 / commits / 33860783

Remove cruft

Eelco Dolstra committed Nov 11, 2014 at 10:51 UTC 3386078310d99fe65f9084429ac60685254a80d2
1 file changed -29
delft/delft-webserver.nix
-29
@@ -260,35 +260,6 @@ in
260 serverAliases = ["planet.stratego.org"];
261 documentRoot = "/home/karltk/public_html/planet";
262 }
263 -
264 - /*
265 - { hostName = "mturk.nixos.org";
266 - extraConfig = ''
267 - <Proxy *>
268 - Order deny,allow
269 - Allow from all
270 - </Proxy>
271 -
272 - ProxyRequests Off
273 - ProxyPreserveHost On
274 - ProxyPass / http://wendy/~mturk/ retry=5
275 - ProxyPassReverse / http://wendy/~mturk/
276 - '';
277 - }
278 -
279 - { hostName = "mturk-view.nixos.org";
280 - extraConfig = ''
281 - Redirect permanent / http://nixos.org/mturk/
282 - '';
283 - }
284 -
285 - { hostName = "mturk-view-sandbox.nixos.org";
286 - extraConfig = ''
287 - Redirect permanent / http://nixos.org/mturk-sandbox/
288 - '';
289 - }
290 - */
291 -
263 ];
264 };
265