1. 08 Oct, 2021 1 commit
    • Phil Krylov's avatar
      Don't use global variable as local in recursion context · 40e8c5e2
      Phil Krylov authored
      ```nginx
      include conf.d/*;
      include sites-enabled/*;
      ```
      In this situation, after the first recursive `_checkConf` invocation 4 lines below, `$_c_file` does not contain what you expect anymore, and the second lookup checks for `conf.d/sites-enabled/*` which is obviously wrong.
      40e8c5e2
  2. 03 Oct, 2021 9 commits
  3. 01 Oct, 2021 2 commits
  4. 30 Sep, 2021 1 commit
  5. 25 Sep, 2021 1 commit
  6. 24 Sep, 2021 1 commit
  7. 23 Sep, 2021 3 commits
  8. 22 Sep, 2021 1 commit
  9. 15 Sep, 2021 1 commit
  10. 13 Sep, 2021 1 commit
  11. 12 Sep, 2021 19 commits