This commit is contained in:
x 2024-06-23 20:10:02 +02:00
parent 937f6e2ff8
commit 9363d7a91f

View File

@ -12,7 +12,7 @@ Specify a your personal auth token in your mpv.conf then;
`sudo vim /etc/nginx/nginx.conf` `sudo vim /etc/nginx/nginx.conf`
```json ```json
map $http_useragent $auth { map $http_user_agent $auth {
default 0; default 0;
"your custom user agent (for example a 128 char string or more or less)" 1; "your custom user agent (for example a 128 char string or more or less)" 1;
} }