Skip to content

Commit

Permalink
following Niphlod's advice in app.example.yaml regex syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mdipierro committed Mar 20, 2015
1 parent ead8aab commit f27b9d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/app.example.yaml
Expand Up @@ -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"
Expand Down

0 comments on commit f27b9d7

Please sign in to comment.