fixed regex in app.example.yaml, thanks Luca
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.6.0-development+timestamp.2013.08.18.02.08.22
|
||||
Version 2.6.0-development+timestamp.2013.08.18.02.49.16
|
||||
|
||||
+2
-2
@@ -25,13 +25,13 @@ handlers:
|
||||
# the parametric router's language logic.
|
||||
# You cannot use them together.
|
||||
|
||||
- url: /(.+?)/[^_]*\/?static/_\d.\d.\d\/?(.+)
|
||||
- url: /(.+?)/static/_\d.\d.\d\/(.+)
|
||||
static_files: applications/\1/static/\2
|
||||
upload: applications/(.+?)/static/(.+)
|
||||
secure: optional
|
||||
expiration: "365d"
|
||||
|
||||
- url: /(.+?)/[^_]*\/?static/?(.+)
|
||||
- url: /(.+?)/static/(.+)
|
||||
static_files: applications/\1/static/\2
|
||||
upload: applications/(.+?)/static/(.+)
|
||||
secure: optional
|
||||
|
||||
Reference in New Issue
Block a user