diff options
author | Michael Merickel <michael@merickel.org> | 2014-05-23 10:13:51 -0500 |
---|---|---|
committer | Michael Merickel <michael@merickel.org> | 2014-05-23 10:13:51 -0500 |
commit | 3fab20542c7f0242f17e7ba8010d55149acf2d92 (patch) | |
tree | 3130388520d9438fdc649cf40963b507c0aa9507 /docs/index.rst | |
parent | 0def2776e16d5da801300fdc732dddf65ca1aca7 (diff) | |
download | waitress-3fab20542c7f0242f17e7ba8010d55149acf2d92.tar.gz |
fix formatting
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 8 |
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' |