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/