Commit 9427524
committed
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.1 parent 6e21b38 commit 9427524
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments