Skip to content
  1. Apr 18, 2017
    • Till Brehm's avatar
      Merge branch 'master' into 'master' · a754d548
      Till Brehm authored
      improved nginx http to https redirect
      
      "if" constructions in nginx should be used only if no other solution is possible, because "if" is the slowest directive and adds performance penalties (["If is Evil"](https://www.nginx.com/resources/wiki/start/topics/depth/ifisevil/)). This merge request is supposed to improve this issue and adds another "server" block instead of using "if" directive. This is a "standard" approach which is widely used in nginx configurations for http->https redirections. All other functionality and features of ISPConfig are preserved.
      
      Closes #2209 (redirection without "if" directive)
      Closes #3118 (the "split" is achieved using "server" blocks without "if" directive)
      
      See merge request !578
      a754d548
  2. Apr 17, 2017
  3. Apr 06, 2017
  4. Apr 02, 2017
  5. Mar 30, 2017
  6. Mar 28, 2017
  7. Mar 27, 2017
  8. Mar 26, 2017
  9. Mar 24, 2017
  10. Mar 22, 2017
  11. Mar 21, 2017
  12. Mar 20, 2017
  13. Mar 18, 2017
  14. Mar 16, 2017