- Apr 24, 2021
-
-
agata authored
-
agata authored
-
ale authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
agata authored
-
lucha authored
-
lucha authored
-
lucha authored
-
lucha authored
-
ale authored
-
lucha authored
-
lucha authored
-
lucha authored
-
ale authored
-
lucha authored
the configuration directive has been moved to wp-config.php, so it was duplicated. Should solve part of https://git.autistici.org/ai/noblogs-wp/issues/13
-
ale authored
-
lucha authored
-
ale authored
Contains common functions, starting with one to set up PHPMailer so that it uses an external SMTP server if desired.
-
ale authored
-
lucha authored
-
lucha authored
-
lucha authored
by default, if DEBUG_LOG is true, wordpress will set error_log to wp-content/debug.log, which is publicly accessible. We want instead to set it via our own php.ini. This patch removes the Wordpress code responsible for modifying the error_log location.
-
godog authored
Fixes ai/issues#104
-
samba authored
-
shammash authored
We want per-blog traffic stats. Apache noblogs is configured with a single virtualhost, we cannot use the virtualhost name (%v) for these stats, because everything will appear as noblogs.org . We cannot even use the Host header (%{Host}i) because the virtualhost wildcard configuration allows for bogus blog names (e.g. cavalle55e.noblogs.org instead of cavallette.noblogs.org). With this map nginx can lookup a valid blog name (or default to noblogs.org for invalid names) and pass it to apache with an internal header (e.g. X-AI-Noblogs-Site ). Apache will then use this header to produce correct stats. Signed-off-by:
shammash <shammash@autistici.org>
-
lucha authored
-
lucha authored
-
lucha authored