2014-06-17 06:44:14 +02:00
|
|
|
proxy "/fake.html", "/real.html", layout: false
|
2011-10-15 20:21:56 +02:00
|
|
|
|
|
|
|
ignore "/should_be_ignored.html"
|
2014-06-17 06:44:14 +02:00
|
|
|
ignore "/should_be_ignored2.html"
|
|
|
|
proxy "/target_ignore.html", "/should_be_ignored3.html", ignore: true
|
2011-10-15 20:21:56 +02:00
|
|
|
|
|
|
|
%w(one two).each do |num|
|
2014-06-17 06:44:14 +02:00
|
|
|
proxy "/fake/#{num}.html", "/real/index.html", locals: { num: num }
|
2012-08-14 00:39:06 +02:00
|
|
|
end
|