Changeset 77aa4c8


Ignore:
Timestamp:
Feb 23, 2009, 4:44:32 PM (15 years ago)
Author:
Edward Z. Yang <edwardzyang@…>
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)
Message:

Add production file, and make dispatch.fcgi use it.

Signed-off-by: Edward Z. Yang <edwardzyang@…>

Location:
gutenbach-web
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/dispatch.fcgi.in

    r973dd91 r77aa4c8  
    1919# Load the WSGI application from the config file
    2020from paste.deploy import loadapp
    21 wsgi_app = loadapp('config:' + turbogears + '/development.ini')
     21wsgi_app = loadapp('config:' + turbogears + '/production.ini')
    2222
    2323# Deploy it using FastCGI
Note: See TracChangeset for help on using the changeset viewer.