summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 3a2e145..6ad771b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -235,10 +235,10 @@ PasteDeploy-style configuration::
paste_prefix
myapp
- [server:main]
- use = egg:waitress#main
- host = 127.0.0.1
- port = 8080
+ [server:main]
+ use = egg:waitress#main
+ host = 127.0.0.1
+ port = 8080
Note that you can also set ``PATH_INFO`` and ``SCRIPT_NAME`` using
PrefixMiddleware too (its original purpose, really) instead of using Waitress'