2024-01-11, 06:54 AM
(2024-01-10, 02:26 PM)toytown Wrote: If you are using a reverse proxy (such as nginx) you can block browser user agents using a piece of code like this in the "server" section. I'm not home to try it, but it should look something like this
Code:if ($http_user_agent ~* (Chrome|Edge|Firefox) ) {
return 403;
}
Sound good !
I would like to hear more about this
Because i new to this Jellyfin thing
This is my first server
And i don't know to install nginx and make it run with Jellyfin