1. 07 Nov, 2017 1 commit
  2. 06 Nov, 2017 2 commits
  3. 04 Nov, 2017 2 commits
    • Tw's avatar
      markdown: only update template when file changed (#1909) · 5cca9cc1
      Tw authored
      Signed-off-by: default avatarTw <tw19881113@gmail.com>
      5cca9cc1
    • Kevin Stock's avatar
      tls: Add option for backend to approve on-demand cert (#1939) · 689591ef
      Kevin Stock authored
      This adds the ask sub-directive to tls that defines the URL of a backend HTTP service to be queried during the TLS handshake to determine if an on-demand TLS certificate should be acquired for incoming hostnames. When the ask sub-directive is defined, Caddy will query the URL for permission to acquire a cert by making a HTTP GET request to the URL including the requested domain in the query string. If the backend service returns a 2xx response Caddy will acquire a cert. Any other response code (including 3xx redirects) are be considered a rejection and the certificate will not be acquired.
      689591ef
  4. 02 Nov, 2017 1 commit
  5. 31 Oct, 2017 3 commits
  6. 29 Oct, 2017 1 commit
  7. 22 Oct, 2017 2 commits
  8. 19 Oct, 2017 1 commit
  9. 16 Oct, 2017 3 commits
  10. 13 Oct, 2017 1 commit
  11. 12 Oct, 2017 2 commits
  12. 09 Oct, 2017 2 commits
  13. 05 Oct, 2017 2 commits
  14. 03 Oct, 2017 2 commits
  15. 02 Oct, 2017 2 commits
  16. 01 Oct, 2017 2 commits
  17. 28 Sep, 2017 1 commit
  18. 23 Sep, 2017 3 commits
  19. 22 Sep, 2017 4 commits
  20. 18 Sep, 2017 2 commits
    • Tim Lewis's avatar
      Fix linux-sysvinit script to prevent missing caddy.log · fea8f37f
      Tim Lewis authored
      Create /var/log/caddy.log and chown prior to starting caddy.
      Caddy running as DAEMONUSER does not have permission to create the /var/log/caddy.log.
      fea8f37f
    • Tim Lewis's avatar
      Fix spurious .pid file error in linux-sysvinit · a8082520
      Tim Lewis authored
      This change eliminates the `[ERROR] Could not write pidfile: open /var/run/caddy.pid: permission denied` from caddy.log.
      The start-stop-daemon writes the file as root so the DAEMONUSER that caddy runs as cannot write to the .pid file.
      a8082520
  21. 16 Sep, 2017 1 commit