From 9363d7a91fe88dc773dc0b4817e716c696946582 Mon Sep 17 00:00:00 2001 From: x Date: Sun, 23 Jun 2024 20:10:02 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3c4d9e..aa13083 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Specify a your personal auth token in your mpv.conf then; `sudo vim /etc/nginx/nginx.conf` ```json - map $http_useragent $auth { + map $http_user_agent $auth { default 0; "your custom user agent (for example a 128 char string or more or less)" 1; }