summaryrefslogtreecommitdiff
path: root/aa-local.yaml
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-03-31 09:54:17 +0200
committerAndreas Maunz <andreas@maunz.de>2011-03-31 09:54:17 +0200
commit5e168de67e4b69a1be8655236f8ec40f639f6882 (patch)
tree6baa4723df41601004db88b34d71a0d1a4e81ddf /aa-local.yaml
parent3d7eafe479f661495f7116e05955e63e143edfe8 (diff)
nginx.sh
Diffstat (limited to 'aa-local.yaml')
-rw-r--r--aa-local.yaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/aa-local.yaml b/aa-local.yaml
index 593ba56..71575b4 100644
--- a/aa-local.yaml
+++ b/aa-local.yaml
@@ -15,24 +15,24 @@
# Exceptions:
:free_uris: #request-method for uri not controlled by A&A
? - :GET
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/algorithm/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/
- "http://SERVERNAME/model"
- "http://SERVERNAME/validation"
- - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/validation\/[a-z,A-Z,\/,_\-]*$/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/
? - :GET
- :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/toxcreate/
- - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/task/
- - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/compound/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/toxcreate/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVER\/compound/
? - :PUT
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/task/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/task/
:authorize_exceptions: #request-method for uri only authenticated, no authorization
? - :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERNAME\/algorithm/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVER\/algorithm/
- "http://SERVERNAME/dataset"
- "http://SERVERNAME/model"
- "http://SERVERNAME/validation"
- - !ruby/regexp /http\:\/\/ESCAPEDSERVERNAME\/validation\/[a-z,A-Z,\/,_\-]*$/
+ - !ruby/regexp /http\:\/\/ESCAPEDSERVER\/validation\/[a-z,A-Z,\/,_\-]*$/