Mercurial > cgi-bin > hgweb.cgi > tincan
changeset 64:25fdd985d046 draft
Documentation updates.
author | David Barts <n5jrn@me.com> |
---|---|
date | Mon, 01 Jul 2019 09:44:51 -0700 |
parents | 8867b3a5c4fa |
children | d59811b95a62 |
files | doc/conf.py doc/deployment.rst |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/conf.py Thu Jun 20 21:52:30 2019 -0700 +++ b/doc/conf.py Mon Jul 01 09:44:51 2019 -0700 @@ -13,7 +13,8 @@ # import os # import sys # sys.path.insert(0, os.path.abspath('.')) - +import os, sys +sys.path.insert(0, os.path.abspath('..')) # -- Project information -----------------------------------------------------
--- a/doc/deployment.rst Thu Jun 20 21:52:30 2019 -0700 +++ b/doc/deployment.rst Mon Jul 01 09:44:51 2019 -0700 @@ -28,6 +28,7 @@ In the configuration file for the site in question:: WSGIScriptAlias /ti_webapp /home/davidb/webapp.wsgi + RewriteEngine on RewriteRule ^/ti/(.*\.pspx)$ /ti_webapp/$1 [PT] <LocationMatch "^/ti/WEB-INF/"> Order deny,allow @@ -38,7 +39,7 @@ Deny from all </LocationMatch> <Directory "/var/www/html/ti"> - DirectoryIndex index.pspx index.html + DirectoryIndex index.html index.pspx </Directory> <Directory "/home/davidb"> <Files "webapp.wsgi">