summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-04-01 18:09:45 +0000
committerianb <devnull@localhost>2007-04-01 18:09:45 +0000
commit73b66ee7b7faac5c75a2416a6336d7872776a522 (patch)
tree09b1907343aca9e4b25ce02a966eaaf284a2d043
parent8b80cd26d341b122714f14859349236e540d7a56 (diff)
downloadpastedeploy-73b66ee7b7faac5c75a2416a6336d7872776a522.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