diff options
| author | Carlos de la Guardia <cguardia@yahoo.com> | 2011-06-07 00:37:14 -0700 |
|---|---|---|
| committer | Carlos de la Guardia <cguardia@yahoo.com> | 2011-06-07 00:37:14 -0700 |
| commit | 11a067736a949101a7c24702afa3689977c4c26e (patch) | |
| tree | 051ef59931f72071bececba87643eb036d29e4f8 /docs/tutorials | |
| parent | f02731666f8abf8778cd719c68ab8ded85ead8a2 (diff) | |
| download | pyramid-11a067736a949101a7c24702afa3689977c4c26e.tar.gz pyramid-11a067736a949101a7c24702afa3689977c4c26e.tar.bz2 pyramid-11a067736a949101a7c24702afa3689977c4c26e.zip | |
Fix for issue 208.
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/modwsgi/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/modwsgi/index.rst b/docs/tutorials/modwsgi/index.rst index 523aef8a8..6e3e4ce37 100644 --- a/docs/tutorials/modwsgi/index.rst +++ b/docs/tutorials/modwsgi/index.rst @@ -109,7 +109,7 @@ commands and files. <Directory /Users/chrism/modwsgi/env> WSGIProcessGroup pyramid - Order allow, deny + Order allow,deny Allow from all </Directory> |
