No description
Find a file
vlw d366cfc47a fix(forgejo): force IPv4 on proxy_pass to Forgejo instance (#12)
This should fix the long-standing error where connections to `git.vlw.se` specifically time out intermittently. It appears that `localhost` will sometimes try to connect over IPv6 at `::1`.
```
2026/08/16 06:13:02 [error] 1126#1126: *294814 connect() failed (111: Connection refused) while connecting to upstream, client: 103.249.198.237, server: git.vlw.se, request: "GET /vegvisir/vegvisir HTTP/1.1", upstream: "http://[::1]:8004/vegvisir/vegvisir", host: "git.vlw.se", referrer: "https://git.vlw.se"
```

Reviewed-on: #12
2026-08-16 06:21:08 +02:00
sites-available fix(forgejo): force IPv4 on proxy_pass to Forgejo instance (#12) 2026-08-16 06:21:08 +02:00
snippets fix: update suesity social hostname and ssl 2024-11-11 23:36:00 +01:00