Files
Christian Heusel 232edbd3db http_redirect: Fix the buildbtw extra domains
Currently the string would have been parsed as list therefore inserting
spaces between each character:

    server_name  buildbtw.dev.archlinux.org . b u i l d b t w . d e v . a r c h l i n u x . o r g;

Fix this by instead constructing a list in place.

Signed-off-by: Christian Heusel <christian@heusel.eu>
2026-03-11 15:05:15 +01:00
..