All pastes #2094293 Raw Edit

Untitled

public text v1 · immutable
#2094293 ·published 2011-11-22 15:19 UTC
rendered paste body
rewrite         "^/path/([a-zA-Z0-9]+)$"               "/path/$1.shtml"       permanent;
rewrite         "^/path/to/([a-zA-Z0-9]+)\."           "/path/$1.shtml"       permanent;
rewrite         "^/path/([a-zA-Z0-9]+)_ca\."           "/path/$1.shtml"        permanent;