collin (owner)

Revisions

gist: 148360 Download_button fork
public
Public Clone URL: git://gist.github.com/148360.git
Embed All Files: show embed
pass_proxy.rb #
1
2
3
4
5
6
7
proxy_pass '/blog/', 'http://whattech_wp/index.php/' do |doc|
  @staticmatic = StaticMatic::Base.new(File.dirname(__FILE__))
  doc = Hpricot(doc)
  Engine.render self do
    "#{doc/'head'}#{doc/'#content'}"
  end
end