mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Try to fix rate limits when reverse-proxied.
Signed-off-by: Odyssey <odyssey346@disroot.org>
This commit is contained in:
@@ -38,6 +38,10 @@ func main() {
|
||||
Views: engine,
|
||||
Prefork: true,
|
||||
AppName: "GotHub",
|
||||
// fucked up way to fix rate limits
|
||||
EnableTrustedProxyCheck: true,
|
||||
TrustedProxies: []string{"0.0.0.0/0"},
|
||||
ProxyHeader: fiber.HeaderXForwardedFor,
|
||||
ErrorHandler: func(ctx *fiber.Ctx, err error) error {
|
||||
code := fiber.StatusInternalServerError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user