root/lang/ruby/cocproxy/proxy-config.sample.yaml @ 13618

Revision 315, 229 bytes (checked in by cho45, 6 years ago)

lang/ruby/cocproxy:

のっとりプロキシの追加 from http://svn.lab.lowreal.net/lowreal/c/mendoi/

Line 
1server:
2   :FilterDir: files
3   :Port: 5432
4   :Rules:
5      - "#{req.host}#{req.path_info}"
6      - "#{req.host}/#{File.basename(req.path_info)}"
7      - "#{File.basename(req.path_info)}"
8      - ".#{req.path_info}"
9
10
Note: See TracBrowser for help on using the browser.