@cryptotaxi247 / infra-1 / commits / 36c6d3aa

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

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

Eelco Dolstra committed Apr 24, 2008 at 11:50 UTC 36c6d3aac68be503af2fa00a86bec6f2b00fe4f7
1 file changed -3
cartman.nix
-3
@@ -280,7 +280,6 @@ rec {
280 # otherwise SSL requests that don't match with any vhost will
281 # go to svn.strategoxt.org.
282 { hostName = "buildfarm.st.ewi.tudelft.nl";
283 - port = 443;
283 enableSSL = true;
284 globalRedirect = "http://buildfarm.st.ewi.tudelft.nl/";
285 }
@@ -303,7 +302,6 @@ rec {
302 }
303
304 { hostName = "svn.strategoxt.org";
306 - port = 443;
305 enableSSL = true;
306 extraSubservices = [
307 { function = import /etc/nixos/nixos/upstart-jobs/apache-httpd/subversion.nix;
@@ -367,7 +365,6 @@ rec {
365 }
366
367 { hostName = "svn.nixos.org";
370 - port = 443;
368 enableSSL = true;
369 extraSubservices = [
370 { function = import /etc/nixos/nixos/upstart-jobs/apache-httpd/subversion.nix;