Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing environment variable declaration for nginx.
Things seemed to work fine without this declaration, except when experimenting with disabling Lua's code cache in development. Then this environment variable was no longer available via os.getenv after the first request load.
- Loading branch information