diff bin/homepage @ 1225:70f42f9d6e04

simplify homepageConfig. get homepage port from rdf. get rdfdb port from rdf Ignore-this: 385f637df1b0d670a182d492f151a163
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 08 Jun 2015 08:01:43 +0000
parents 0d295af23c4b
children 0b2edd4de97a
line wrap: on
line diff
--- a/bin/homepage	Mon Jun 08 08:00:47 2015 +0000
+++ b/bin/homepage	Mon Jun 08 08:01:43 2015 +0000
@@ -21,7 +21,6 @@
  include $ROOT/light9/web/mime.types;
  
  server {
-  listen 8054;
   access_log off;
 
   include "/tmp/light9_nginx_routes.conf";
@@ -33,5 +32,5 @@
  }
 }
 EOF
-
+head -1 /tmp/light9_nginx_routes.conf
 exec nginx -c $CONF