whitespace matters

This commit is contained in:
AD7six 2014-10-23 15:53:48 +00:00
parent 2a852fd5e1
commit 17ceffe681
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ This requires implementing server-side logic to generate links of the form:
http://example.com/protected/url.ext?md5=hash&expires=timestamp
where:
hash = md5({timestamp}/protected/url.ext{clientip} secret)
"secret" should be application-specific and needs to match in the nginx config,