diff options
author | Christian Pointner <equinox@spreadspace.org> | 2014-10-19 04:28:10 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2014-10-19 04:28:10 +0200 |
commit | 1a0dc3c31e40af8a7d331f8fce5be482351b4a83 (patch) | |
tree | 6fe7cfe5c28b3d57391d97cf4069c9ad867bf50d /src/daq/nginx-lua/s5-nginx.lua | |
parent | daq: nginx-lua fetch almost done!? (diff) |
daq: nginx-lua parsing streamer-id works now
Diffstat (limited to 'src/daq/nginx-lua/s5-nginx.lua')
-rw-r--r-- | src/daq/nginx-lua/s5-nginx.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daq/nginx-lua/s5-nginx.lua b/src/daq/nginx-lua/s5-nginx.lua index 2ae7e69..673ccba 100644 --- a/src/daq/nginx-lua/s5-nginx.lua +++ b/src/daq/nginx-lua/s5-nginx.lua @@ -90,7 +90,7 @@ function _SFIVE.log() json = json .. '"client": "' .. ngx.var.remote_addr .. '",' json = json .. '"port": ' .. ngx.var.remote_port .. ',' json = json .. '"ua": "' .. ngx.var.http_user_agent .. '",' - json = json .. '"uri": "' .. ngx.var.uri .. '",' + json = json .. '"url": "' .. ngx.var.uri .. '",' json = json .. '"status": ' .. status .. ',' json = json .. '"bytes-sent": ' .. ngx.var.bytes_sent json = json .. '}' |