From 6ac5e8c6d0c8e54398bdb87a96bd5c2b5ef7a827 Mon Sep 17 00:00:00 2001 From: Richard Fine Date: Sat, 3 Jan 2015 13:07:41 +0000 Subject: [PATCH] Reverted change to demo file; changed web server config to mount the uWSGI app at the root, as it turns out it's capable of serving the demo file itself --- Vagrantfile | 1 + isso/demo/index.html | 2 +- share/isso-dev.local.apache-conf | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 9cc5ca7..9f499e4 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -83,4 +83,5 @@ Vagrant.configure(2) do |config| config.vm.provision "shell", inline: $bootstrap + config.vm.post_up_message = "Browse to http://isso-dev.local/demo/index.html to start." end diff --git a/isso/demo/index.html b/isso/demo/index.html index e9b3ffd..ad85787 100644 --- a/isso/demo/index.html +++ b/isso/demo/index.html @@ -8,7 +8,7 @@

Isso Demo

- +
diff --git a/share/isso-dev.local.apache-conf b/share/isso-dev.local.apache-conf index 3186d81..6b5370c 100644 --- a/share/isso-dev.local.apache-conf +++ b/share/isso-dev.local.apache-conf @@ -7,7 +7,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined - ProxyPass /isso/ uwsgi://127.0.0.1:8080/ + ProxyPass / uwsgi://127.0.0.1:8080/