Skip to content
  1. Apr 29, 2017
  2. Apr 24, 2017
  3. Apr 23, 2017
  4. Apr 22, 2017
  5. Apr 20, 2017
  6. Apr 19, 2017
  7. 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
    • Ramil Valitov's avatar
      fix nginx redirects section · 89cb553e
      Ramil Valitov authored
      89cb553e
    • 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
    • Till Brehm's avatar
      Merge branch 'awstats_default_3549' into 'stable-3.1' · a55b471e
      Till Brehm authored
      Make AWstats default
      
      Webalizer is pretty old and the latest release dates back to 2013.  
      The generated statistics are even not really accurate, as mentioned here:  https://en.wikipedia.org/wiki/Webalizer#Criticism  
      
      In conclusion I would appreciate it if the default value could be changed to AWstats.  
      This merge request does address #3549
      
      See merge request !577
      a55b471e
  8. Apr 17, 2017
  9. Apr 10, 2017
    • Michael Seevogel's avatar
    • Till Brehm's avatar
      Merge branch 'stable-3.1' into 'stable-3.1' · ba65ba3b
      Till Brehm authored
      Make the webserver's rentention time for log files configurable
      
      This feature ditches the current static 30 days approach of logfile purging and introduces a configurable retention time for each website.  
      The retention time configuration can be found in the options tab of the website settings.  
        
        
        
      Default retention time is the current 30 days value.  
      
      However, by this approach it's possible to have retention times like 0 (forever), or very short retention times like 7 days which are often demanded by public/government data security officials which we have in germany.
      
      See merge request !576
      ba65ba3b
  10. Apr 06, 2017
  11. Apr 03, 2017
  12. Apr 02, 2017
  13. Mar 31, 2017
  14. Mar 30, 2017
  15. Mar 28, 2017