commit | 30ec1230fd89231e394171791f28d5eacbadf022 | [log] [tgz] |
---|---|---|
author | Maxim Dounin <mdounin@mdounin.ru> | Fri Oct 07 16:59:14 2016 +0300 |
committer | Maxim Dounin <mdounin@mdounin.ru> | Fri Oct 07 16:59:14 2016 +0300 |
tree | 7752a94eaf758ece98086296c11850f6c14dde62 | |
parent | 1ecdbfdcadc248d6ff2f95f0a1115750421d59fe [diff] |
Core: ngx_conf_set_access_slot() user access (ticket #1096). Previously, user access bits were always set to "rw" unconditionally, even with "user:r" explicitly specified. With this change we only add default user access bits (0600) if they weren't set explicitly.