Skip to content

apoleshchuk/docpad-plugin-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docpad Proxy Plugin

Usage & Setup

Add the appropriate proxies to your docpad.cson file.

plugins:
  proxy:
    proxies: 
      someProxy:
        path: /^\/some\-path\/.+/
        domain: 'http://proxy-domain.com'
	  anotherProxy:
      	path: '/another/path'
      	domain: 'http://another-proxy.com'

About

Proxy service plugin for docpad

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%