source: products/quintagroup.distrpoxy/trunk/quintagroup/distproxy/wsgi.ini

Last change on this file was 1066, checked in by chervol, 15 years ago
  • moved code
  • registered entry point for app_factory
  • sample config file added
  • basic readme added
  • test run with PasteDeploy?
File size: 157 bytes
Line 
1[server:main]
2use = egg:Paste#http
3port = 8898
4
5[app:main]
6use = egg:quintagroup.distproxy
7pack_directory = /var/pack_directory
8index = http://dist.plone.org
Note: See TracBrowser for help on using the repository browser.