Skip to content

Commit

Permalink
[nixos/server] disable geoblocking for wakapi to enable github widget
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Apr 15, 2024
1 parent 3f7b934 commit e73b3ea
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nixos/server/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -815,11 +815,7 @@
enableACME = true;
locations."/" = {
proxyPass = "http://127.0.0.1:3043";
extraConfig = ''
if ($is_allowed = 0) {
return 403;
}
'';

};
};

Expand Down

0 comments on commit e73b3ea

Please sign in to comment.