diff options
author | Valery Piashchynski <[email protected]> | 2020-08-27 12:15:37 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-08-27 12:15:37 +0300 |
commit | 66848c53fa63439c5c77857187b86f5bf31d1321 (patch) | |
tree | 06f7b96b861ad32642a8a70fdbeaf49ae755c3d0 /.rr.yaml | |
parent | e736440450b7828913e7a7c24881b7159b07dbfb (diff) |
Add static header test, update .rr.yaml
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -162,6 +162,14 @@ static: # list of extensions for forbid for serving. forbid: [".php", ".htaccess"] + # Automatically add headers to every request. + request: + "Example-Request-Header": "Value" + + # Automatically add headers to every response. + response: + "X-Powered-By": "RoadRunner" + # health service configuration health: # http host to serve health requests. |