summaryrefslogtreecommitdiff
path: root/aa-server.yaml
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-11-16 15:21:07 +0100
committerAndreas Maunz <andreas@maunz.de>2011-11-16 15:21:07 +0100
commit483d87ed8064573f60194f7936701d21f8728e61 (patch)
treef8ef74d71d1a000760c6e0d1b35792896cb77fee /aa-server.yaml
parent69fa1d589bce1d6b17ea9948cce3cb80a7f84819 (diff)
Fixed PORT to NGINX_PORT
Diffstat (limited to 'aa-server.yaml')
-rw-r--r--aa-server.yaml30
1 files changed, 15 insertions, 15 deletions
diff --git a/aa-server.yaml b/aa-server.yaml
index 5ca2b72..aa08799 100644
--- a/aa-server.yaml
+++ b/aa-server.yaml
@@ -15,25 +15,25 @@
# Exceptions:
:free_uris: #request-method for uri not controlled by A&A
? - :GET
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/algorithm/
- - "http://SERVERNAMEPORT/model"
- - "http://SERVERNAMEPORT/dataset"
- - "http://SERVERNAMEPORT/validation"
- - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/validation\/resources/
- - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/validation\/[a-z,A-Z,\/,_\-]*$/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/algorithm/
+ - "http://SERVERNAMENGINX_PORT/model"
+ - "http://SERVERNAMENGINX_PORT/dataset"
+ - "http://SERVERNAMENGINX_PORT/validation"
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/validation\/resources/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/validation\/[a-z,A-Z,\/,_\-]*$/
? - :GET
- :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/toxcreate\/[a-z,A-Z,\/,_\-]*$/
- - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/task/
- - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/compound/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/toxcreate\/[a-z,A-Z,\/,_\-]*$/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/task/
+ - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/compound/
- !ruby/regexp /sign_(in|out)$/
? - :PUT
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/task/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/task/
:authorize_exceptions: #request-method for uri only authenticated, no authorization
? - :POST
- : - !ruby/regexp /http:\/\/ESCAPEDSERVERPORT\/algorithm/
- - "http://SERVERNAMEPORT/dataset"
- - "http://SERVERNAMEPORT/model"
- - "http://SERVERNAMEPORT/validation"
- - !ruby/regexp /http\:\/\/ESCAPEDSERVERPORT\/validation\/[a-z,A-Z,\/,_\-]*$/
+ : - !ruby/regexp /http:\/\/ESCAPEDSERVERNGINX_PORT\/algorithm/
+ - "http://SERVERNAMENGINX_PORT/dataset"
+ - "http://SERVERNAMENGINX_PORT/model"
+ - "http://SERVERNAMENGINX_PORT/validation"
+ - !ruby/regexp /http\:\/\/ESCAPEDSERVERNGINX_PORT\/validation\/[a-z,A-Z,\/,_\-]*$/