Guest User

Untitled

a guest
Jul 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. var.server_root = "/var/www"
  2. server.document-root = server_root + "/lighttpd"
  3. server.modules += ( "mod_secdownload" )
  4. secdownload.secret = "sectest"
  5. secdownload.document-root = server_root + "/test"
  6. secdownload.uri-prefix = "/"
  7. secdownload.timeout = 120
  8. secdownload.algorithm = "hmac-sha256"
  9.  
  10. server.dir-listing = "enable"
  11. **secdownload.path-segments = 2**
Add Comment
Please, Sign In to add comment