summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <ianb@localhost>2007-04-01 18:09:45 +0000
committerianb <ianb@localhost>2007-04-01 18:09:45 +0000
commit58dad40a6dc3b1428dc8dbcb87efdf1532f68f8c (patch)
tree09b1907343aca9e4b25ce02a966eaaf284a2d043
parent8d8628669fc33e2743e6f5507bc0dd119de798be (diff)
downloadpastedeploy-git-58dad40a6dc3b1428dc8dbcb87efdf1532f68f8c.tar.gz
change default http server in PasteScript template
-rw-r--r--paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl b/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
index 865f453..71ea310 100644
--- a/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
+++ b/paste/deploy/paster_templates/paste_deploy/docs/devel_config.ini_tmpl
@@ -16,7 +16,7 @@ greeting = Aloha!
use = devel
[server:main]
-use = egg:PasteScript#wsgiutils
+use = egg:Page#http
# Change to 0.0.0.0 to make public:
host = 127.0.0.1
port = 8080