Changeset 77aa4c8
- Timestamp:
- Feb 23, 2009, 4:44:32 PM (16 years ago)
- Branches:
- master, debian, mac, no-cups, web
- Children:
- 7f1e63c
- Parents:
- 84ed773
- git-author:
- Edward Z. Yang <edwardzyang@…> (02/23/09 16:44:32)
- git-committer:
- Edward Z. Yang <edwardzyang@…> (02/23/09 16:44:32)
- Location:
- gutenbach-web
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gutenbach-web/dispatch.fcgi.in
r973dd91 r77aa4c8 19 19 # Load the WSGI application from the config file 20 20 from paste.deploy import loadapp 21 wsgi_app = loadapp('config:' + turbogears + '/ development.ini')21 wsgi_app = loadapp('config:' + turbogears + '/production.ini') 22 22 23 23 # Deploy it using FastCGI
Note: See TracChangeset
for help on using the changeset viewer.