Re: changing secure_link_secret

2018-06-26 Thread Robert Paprocki
You could either write a custom nginx module to read your file/env variable and provide it as an nginx variable, or you could use Lua/OpenResty to read/write the secret value (the latter is safer but more expensive) Sent from my iPhone > On Jun 26, 2018, at 07:25, Danomi Czaski wrote: > > I w

changing secure_link_secret

2018-06-26 Thread Danomi Czaski
I would like to create a secure link and be able to easily change the secret as desired. Short of rewriting the config file and restarting nginx, is there an easy way to do this? Ideally I'd like nginx to read the secret from a file. ___ nginx mailing l