Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-10 | Support customized RRD URLs | Peter Wu | 1 | -2/+9 | |
Use case: I would like to bypass PHP for serving the RRD files and allow the webserver (nginx) to compress it to reduce load on the Raspberry Pi. I could go through all kinds of URL rewriting, but it is much easier to set `$CONFIG['rrd_url'] = 'rrd/{file}';` instead and add a corresponding location + alias directive to the nginx configuration. This depends on https://github.com/manuelluis/jsrrdgraph/pull/17 to avoid breaking on '='. | |||||
2014-03-21 | mod_rewrite final cleanup | sepich | 1 | -1/+1 | |
2013-09-14 | rrd.php: ob_clean if ob_get_length to prevent from a php notice | Pim van den Berg | 1 | -3/+3 | |
Reported-by: tbleiker (https://github.com/pommi/CGP/issues/26) | |||||
2013-06-22 | start using fieldset + legend for showing data | Pim van den Berg | 1 | -1/+3 | |
2013-05-20 | remove dependency on mod_rewrite for rrd.php | Pim van den Berg | 1 | -1/+1 | |
Use $_SERVER['PATH_INFO'] instead. | |||||
2013-05-18 | integrate jsrrdgraph in CGP | Pim van den Berg | 1 | -0/+24 | |