From f27b9d7a23174230d3029980fdfcd40704d68850 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Fri, 20 Mar 2015 18:39:19 -0500 Subject: [PATCH] following Niphlod's advice in app.example.yaml regex syntax --- examples/app.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/app.example.yaml b/examples/app.example.yaml index 5b3dac7fd..b0fe28797 100644 --- a/examples/app.example.yaml +++ b/examples/app.example.yaml @@ -21,8 +21,8 @@ handlers: # the parametric router's language logic. # You cannot use them together. -- url: /(.+?)/static/_[\d]+.[\d]+.[\d]+\/(.+) - static_files: applications/\1/static/\2 +- url: /(.+?)/static/_(\d+\.\d+\.\d+)\/(.+) + static_files: applications/\1/static/\3 upload: applications/(.+?)/static/(.+) secure: optional expiration: "365d"