Saltstack Official Nginx Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

22 行
348B

  1. # nginx.ng
  2. #
  3. # Meta-state to fully install nginx.
  4. include:
  5. - nginx.ng.config
  6. - nginx.ng.service
  7. - nginx.ng.vhosts
  8. - nginx.ng.certificates
  9. extend:
  10. nginx_service:
  11. service:
  12. - watch:
  13. - file: nginx_config
  14. - require:
  15. - file: nginx_config
  16. nginx_config:
  17. file:
  18. - require:
  19. - pkg: nginx_install