discourse/plugins/discourse-nginx-performance...
Matt Palmer 90d654c46c Include HTTP Host header in nginx logs
This is crucial in multisite installations, because otherwise the nginx logs
are fairly useless, however it can also be quite handy to know what
hostnames are being sent to your site.  The variable is quoted, because it
is untrusted input (it is taken directly from the HTTP request), but nginx
helpfully escapes the quoting character automagically, so we don't have to
worry about that.

For now, the log analysis plugin *recognises* the new log format
(and continues to recognise the previous format, for backwards
compatibility), but doesn't do anything with the new log entry field.  This
means your multisite performance plugin data is still broken, but it's no
worse than it was before.
2017-06-28 14:41:02 +10:00
..
app/jobs/scheduled Revert "Let's avoid Ruby 2.3 syntax for now" 2016-07-21 15:22:57 -04:00
config FIX: i18n integrity specs 2017-02-24 11:35:33 +01:00
lib Include HTTP Host header in nginx logs 2017-06-28 14:41:02 +10:00
script FIX: Regression where api_key is not filtered properly. 2016-09-23 11:38:37 +08:00
spec FIX: Regression where api_key is not filtered properly. 2016-09-23 11:38:37 +08:00
plugin.rb FIX: Load scheduled job from a file. 2016-07-19 17:18:40 +08:00