1. 28 Oct, 2016 1 commit
  2. 26 Oct, 2016 3 commits
  3. 25 Oct, 2016 4 commits
  4. 24 Oct, 2016 3 commits
  5. 20 Oct, 2016 2 commits
  6. 19 Oct, 2016 2 commits
  7. 18 Oct, 2016 2 commits
  8. 17 Oct, 2016 1 commit
  9. 16 Oct, 2016 1 commit
    • Toby Allen's avatar
      Fix for fastcgi deletion of Caddy-Rewrite-Original-URI header #1153 (#1184) · 94af3708
      Toby Allen authored
      * Very simple fix for #1153
      
      * Prevent  Caddy-Rewrite-Original-URI being added as  an HTTP ENV variable passed to FastCGI
      
      part of fix for #1153
      
      * Changes to Markdown to fix travis CI build.
      
      #1955.2
      
      * Revert "Changes to Markdown to fix travis CI build."
      
      This reverts commit 4a018888395b7a90c57faf9ebb8ef04c4e6fe702.
      
      * fail fast and fmt changes
      
      * Create test for existance of Caddy-Rewrite-Original-URI header value #1153
      
      * updated test comment
      
      * const moved outside function so available to tests
      94af3708
  10. 15 Oct, 2016 2 commits
  11. 14 Oct, 2016 2 commits
  12. 11 Oct, 2016 4 commits
  13. 10 Oct, 2016 2 commits
  14. 08 Oct, 2016 1 commit
  15. 06 Oct, 2016 1 commit
  16. 05 Oct, 2016 2 commits
  17. 03 Oct, 2016 2 commits
  18. 02 Oct, 2016 2 commits
  19. 29 Sep, 2016 1 commit
    • Matthew Holt's avatar
      tls: Reorder some logic to avoid subtle, undocumented behavior · b766dab9
      Matthew Holt authored
      By calling SetTLSAddress, the acme package reset the challenge provider
      to the default one instead of keeping the custom one we specified before
      with SetChallengeProvider. Yikes. This means that Caddy would try to
      open a listener on port 443 even though we should have been handling it
      with our provider, causing the challenge to fail, since usually port 443
      is in use.
      
      So this change just reorders the calls so that our provider takes
      precedence.
      
      cf. https://github.com/xenolf/lego/pull/292
      b766dab9
  20. 28 Sep, 2016 2 commits
    • Matthew Holt's avatar
      Version 0.9.3 · c885edda
      Matthew Holt authored
      c885edda
    • Peer Beckmann's avatar
      Remove the eager check in the browse middleware (#1144) · bb7787d2
      Peer Beckmann authored
      * Remove the eager check in the browse middleware, whether the root directory exists.
      Caddy will start and throw a 404-error until the directory will be created.
      
      * Add the complimentary test.
       - Tests the startup of the browse middleware if the site root is inexistent and browse is pointing to the site root.
      
      * Some minor stylistic tweaks.
      bb7787d2