Saltstack Official Nginx Formula
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Changelog
Bug Fixes
- snippets: removed appending of “.conf” (aa87721)
BREAKING CHANGES
- snippets: Users have to modify their pillar
according to this commit. Users MUST append ‘.conf’ for their
existing managed snippets.
Features
- tofs: first implemetation + tplroot (d5262ea)
Documentation
- readme: improve readme sections (3cc3407)
Bug Fixes
- prevent running of states deprecated in
v1.0.0
(46dff15)
Documentation
- readme: add warning banner about
v1.0.0
breaking changes (d553821)
Documentation
- readme: update README, add badges (adbac43)
Documentation
- remove obsolete CHANGELOG.rst file (698aadb)
Build System
Code Refactoring
- replace old
nginx
with nginx.ng
(0fc5070)
BREAKING CHANGES
- all previous
nginx
based configurations must be reviewed;
nginx.ng
usage must be promoted to nginx
and any uses of the original
nginx
will have to be converted.
Tests
Features
pillar.example
: add stock log_format
(95ff308)
Documentation
- semantic-release: implement an automated changelog (569b07a)