From f8b892f7f0cacf9fecf8b4d23780a1547c2614ec Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Tue, 18 May 2021 19:51:56 +0300 Subject: [PATCH] Fix typos. --- content/ldap-auth.rst | 2 +- content/spam-me-notifications.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/ldap-auth.rst b/content/ldap-auth.rst index b9f5092..ce87863 100644 --- a/content/ldap-auth.rst +++ b/content/ldap-auth.rst @@ -27,7 +27,7 @@ I ended up creating a small service in Python with Flask and `Flask-SimpleLDAP <https://flask-simpleldap.readthedocs.io/>`_. The service exposes just a single endpoint ``/validate`` which returns a 200 code when basic authentication succeeds or a 401 code when it fails. Authentication uses the LDAP server over -the Unix socket as I wanted. It can easily integrated with Nginx using the +the Unix socket as I wanted. It can be easily integrated with Nginx using the `auth_request directive <http://nginx.org/en/docs/http/ngx_http_auth_request_module.html#auth_request>`_. An example can be seen `here diff --git a/content/spam-me-notifications.rst b/content/spam-me-notifications.rst index 73dc484..be3d635 100644 --- a/content/spam-me-notifications.rst +++ b/content/spam-me-notifications.rst @@ -2,7 +2,7 @@ Spam me - Update #2 =================== :date: 2021-05-10 -:summary: Another update the spam ma page. +:summary: Another update on the spam me page. Previously `I wrote <../spam_me/>`_ about the `spam me page <https://www.shore.co.il/spam>`_ and later an `update <../spam-me-update>`_ on -- GitLab