From ae26f5d89e9703bb7da9105594104969a9a47a94 Mon Sep 17 00:00:00 2001 From: "Daniel M. Capella" Date: Sat, 7 Nov 2020 05:26:16 +0000 Subject: [PATCH] Fix typo --- Proxy-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Proxy-examples.md b/Proxy-examples.md index 064203b..058f618 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -154,7 +154,7 @@ server { proxy_pass http://:80; } - # Optionally add extra authentication besides the AUTH_TOKEN + # Optionally add extra authentication besides the ADMIN_TOKEN # If you don't want this, leave this part out location /admin { # See: https://docs.nginx.com/nginx/admin-guide/security-controls/configuring-http-basic-authentication/