From: Will Ho Date: Thu, 27 Apr 2023 18:09:26 +0000 (+0800) Subject: Update docs to reflect localhost being always included in ALLOWED_HOSTS X-Git-Tag: v1.14.3~1^2~18^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c25698dfa7fe215904c3fa38a2a7a7fd6a0e777a;p=thirdparty%2Fpaperless-ngx.git Update docs to reflect localhost being always included in ALLOWED_HOSTS --- diff --git a/docs/configuration.md b/docs/configuration.md index bde170e5cf..cb5af9d866 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -322,8 +322,7 @@ You can read more about this in [the Django project's documentation](https://doc Can also be set using PAPERLESS_URL (see above). - If manually set, please remember to include "localhost". Otherwise - docker healthcheck will fail. + "localhost" is always allowed for docker healthcheck Defaults to "\*", which is all hosts.