parent
50f056f3d7
commit
ddac4d84cf
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ use Rack::Rewrite do
|
||||||
} if ENV['RACK_ENV'] == 'production'
|
} if ENV['RACK_ENV'] == 'production'
|
||||||
|
|
||||||
r301 %r{(.+)(/|\.html)$}, '$1'
|
r301 %r{(.+)(/|\.html)$}, '$1'
|
||||||
|
r302 %r{\A/types/post/.+}, '/docs/post-types'
|
||||||
|
r302 %r{\A/types/info/.+}, '/docs/info-types'
|
||||||
end
|
end
|
||||||
|
|
||||||
use Rack::Deflater
|
use Rack::Deflater
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue