Gusted
|
fd24b4a2bc
|
Pass logger to fasthttp (#98)
- Use a logger with `FASTHTTP` prefix as fasthttp's logger so it's easy to see what fasthttp is logging in console/journal.
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/98
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Gusted <gusted@noreply.codeberg.org>
Co-committed-by: Gusted <gusted@noreply.codeberg.org>
|
2022-07-12 15:32:48 +02:00 |
|
Gusted
|
48a49f69a7
|
Increase concurrent connections to default value (#99)
Use the default value of `256 * 1024` for the concurrency limit, this will mean that the server will be able to handle more connections.
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/99
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Gusted <gusted@noreply.codeberg.org>
Co-committed-by: Gusted <gusted@noreply.codeberg.org>
|
2022-07-03 13:20:02 +02:00 |
|
Moritz Marquardt
|
b2ca888050
|
Change MaxConnsPerIP to 0 to fix too many connections from HAProxy (#77)
Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/77
Reviewed-by: 6543 <6543@noreply.codeberg.org>
Co-authored-by: Moritz Marquardt <momar@noreply.codeberg.org>
Co-committed-by: Moritz Marquardt <momar@noreply.codeberg.org>
|
2022-05-14 22:29:54 +02:00 |
|
6543
|
e85f21ed2e
|
some renames
|
2021-12-05 18:20:38 +01:00 |
|
6543
|
76c867cfca
|
move "http acme server setup" into own func
|
2021-12-05 15:45:22 +01:00 |
|
6543
|
bb6f28fe57
|
move setup of fastServer into own func
|
2021-12-05 15:09:21 +01:00 |
|