1. 25 Jul, 2018 1 commit
  2. 23 Jul, 2018 2 commits
  3. 21 Jul, 2018 1 commit
  4. 20 Jul, 2018 2 commits
  5. 19 Jul, 2018 2 commits
  6. 18 Jul, 2018 15 commits
  7. 17 Jul, 2018 7 commits
  8. 16 Jul, 2018 2 commits
  9. 13 Jul, 2018 6 commits
  10. 12 Jul, 2018 2 commits
    • Łukasz Nowak's avatar
      caddy-frontend: Fix caddy_custom_https conditions · f10b9612
      Łukasz Nowak authored
      In those places caddy_custom_https (and it's backward compatbility companion
      apache_custom_https) was not checked, thus making it impossible to just use
      https customisation, without http one.
      f10b9612
    • Łukasz Nowak's avatar
      caddy-frontend: Implement caddy_custom* · 95376d5d
      Łukasz Nowak authored
      caddy_custom_http and caddy_custom_https are implemented and exposed
      instead of apache_custom_http and apache_custom_https, but with backward
      compatbility for the latter form from apache-frontend.
      
      In TODO mark missing usage of custom http found during work on this commit.
      95376d5d