From 1dd3fb9341a83261cc05b323e9e7986adf1225c5 Mon Sep 17 00:00:00 2001 From: Xavier Chevalier Date: Wed, 27 Sep 2023 13:37:36 +0200 Subject: [PATCH] docs: typo on readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faf025f..b35822c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Take a look at the example [docker-compose.yml](https://github.com/tubearchivist | TA_UWSGI_PORT | Overwrite container internal uwsgi port | Optional | | TA_ENABLE_AUTH_PROXY | Enables support for forwarding auth in reverse proxies | [Read more](https://docs.tubearchivist.com/configuration/forward-auth/) | | TA_AUTH_PROXY_USERNAME_HEADER | Header containing username to log in | Optional | -| TA_AUTH_PROXY_LOGOUT_URL | Logout URL for forwarded auth | Opttional | +| TA_AUTH_PROXY_LOGOUT_URL | Logout URL for forwarded auth | Optional | | ES_URL | URL That ElasticSearch runs on | Optional | | ES_DISABLE_VERIFY_SSL | Disable ElasticSearch SSL certificate verification | Optional | | ES_SNAPSHOT_DIR | Custom path where elastic search stores snapshots for master/data nodes | Optional |