# A minimal paster config that only enables proxying, i.e. some grok # instance content is served w/o modifications. # # This config can be used to prepare a site for being 'diazofied' later on. # # See the last line for the Grok application to be served. # [server:main] use = egg:Paste#http host = 0.0.0.0 port = 8000 [app:main] use = egg:Paste#proxy # this one 'diazofies' some Grok instance named 'app', served on # http://localhost:8080/app/ and delivers filtered results to # http://localhost:8000/ address = http://127.0.0.1:8080/app/++vh++http:localhost:8000/++/