mirror of
https://git.nerdvpn.de/NerdVPN.de/invidious
synced 2026-02-14 22:51:42 +01:00
Fix mixup in nginx conf
This commit is contained in:
@@ -108,8 +108,8 @@ geo $feeds_whitelist {
|
||||
}
|
||||
|
||||
map $feeds_whitelist $feeds_limit {
|
||||
0 "";
|
||||
1 $binary_remote_addr;
|
||||
1 "";
|
||||
0 $binary_remote_addr;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user