Fix typo of "block"

Co-authored-by: Adam Bogdał <adam@bogdal.pl>
This commit is contained in:
Andrew Berry 2024-03-06 10:19:27 -05:00 committed by GitHub
parent 449db51aff
commit e73186f043
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -695,7 +695,7 @@ More details about configuration option for various providers can be found in th
### Disabling Regular Login ### Disabling Regular Login
Once external auth is set up, 'regular' login can be disabled with the [PAPERLESS_DISABLE_REGULAR_LOGIN](configuration.md#PAPERLESS_DISABLE_REGULAR_LOGIN) setting. This setting will not black access to the built-in Django login form at `/admin/login`. To block access to that page, consider blocking it in your web server configuration. For example, with Nginx, try: Once external auth is set up, 'regular' login can be disabled with the [PAPERLESS_DISABLE_REGULAR_LOGIN](configuration.md#PAPERLESS_DISABLE_REGULAR_LOGIN) setting. This setting will not block access to the built-in Django login form at `/admin/login`. To block access to that page, consider blocking it in your web server configuration. For example, with Nginx, try:
``` ```
location /admin/login { location /admin/login {