config.json 507 B

12345678910111213141516171819202122
  1. [
  2. {
  3. "template": "nginx.conf.j2",
  4. "output": "/etc/nginx/nginx.conf"
  5. },
  6. {
  7. "template": "sites-default.conf.j2",
  8. "output": "/etc/nginx/includes/sites-default.conf"
  9. },
  10. {
  11. "template": "server_name.active.j2",
  12. "output": "/etc/nginx/conf.d/server_name.active"
  13. },
  14. {
  15. "template": "listen_plain.active.j2",
  16. "output": "/etc/nginx/conf.d/listen_plain.active"
  17. },
  18. {
  19. "template": "listen_ssl.active.j2",
  20. "output": "/etc/nginx/conf.d/listen_ssl.active"
  21. }
  22. ]