Skip to content
  1. May 02, 2017
  2. Apr 30, 2017
  3. Apr 29, 2017
  4. Apr 28, 2017
  5. Apr 24, 2017
  6. Apr 23, 2017
  7. Apr 22, 2017
  8. Apr 20, 2017
  9. Apr 19, 2017
  10. Apr 18, 2017
    • Till Brehm's avatar
      Merge branch 'master' into 'master' · 9047066d
      Till Brehm authored
      fix nginx redirects section
      
      It seems that the "redirects" section of the nginx vhost master template contains obsolete code that was not updated (in comparison with other parts of this template). This commit is intended to fix the following errors:
      
      *  the redirects section doesn't respect the nginx port settings of ISPConfig (it uses hard-coded values 80 and 443 only)
      * the redirects section doesn't respect the HTTP2/SPDY settings
      * the redirects section doesn't define the standard SSL protocols that ISPConfig uses everywhere else
      * the redirects section contains invalid path for SSL certificate files (closes #4472, closes #3302)
      
      See merge request !580
      9047066d