This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ api_version: 1
25
25
threadsafe : yes
26
26
27
27
handlers :
28
- - url : /(.*\.(css|gif|ico|jpg|js|png))$
28
+ - url : /(.*\.(css|gif|ico|jpeg| jpg|js|map |png))$
29
29
static_files : \1
30
- upload : .*\.(css|gif|ico|jpg|js|png)$
30
+ upload : .*\.(css|gif|ico|jpeg| jpg|js|map |png)$
31
31
secure : always
32
32
33
33
- url : /scheduler/run
@@ -47,9 +47,8 @@ env_variables:
47
47
48
48
skip_files :
49
49
- ^(.*/)?.*/(\.DS_Store|\.htaccess|\.gitignore|CMakeLists\.txt|.*\.java)$
50
- - ^(.*/)?(\.coveralls.yml|\.travis.yml|composer\.json|composer\.lock|COPYRIGHT|CTestConfig\.cmake|cron-sample\.yaml|LICENSE|README\.md|Vagrantfile)$
50
+ - ^(.*/)?(\.coveralls\ .yml|\.travis\ .yml|bower\.json |composer\.json|composer\.lock|COPYRIGHT|CTestConfig\.cmake|cron-sample\.yaml|LICENSE|README\.md|Vagrantfile)$
51
51
- ^(.*/)?core/configs/.*\.local\.ini$
52
52
- ^(.*/)?(\.git|\.idea|\.vagrant|data|log|provisioning|tests|tmp|utils)/.*
53
- - ^(.*/)?(core|modules/.*)/(database/pgsql|sqlite|tests)/.*
54
- - ^(.*/)?library/CMake/.*
55
- - ^(.*/)?modules/(batchmake|dicom.*|example|javauploaddownload|metadataextractor|pvw|remoteprocessing|solr|visualize)/.*
53
+ - ^(.*/)?(core|modules/.*)/(database/(pgsql|sqlite)|tests)/.*
54
+ - ^(.*/)?modules/(archive|batchmake|dicom.*|example|javauploaddownload|metadataextractor|pvw|remoteprocessing|solr|statistics|visualize)/.*
You can’t perform that action at this time.
0 commit comments