Commit Graph

11 Commits

Author SHA1 Message Date
0ccb1c8e16 fix(nginx): serve .txt as UTF-8 and make AI-discovery files reachable
llms.txt and robots.txt were served without a charset, so browsers
decoded the valid UTF-8 as Windows-1252 and showed mojibake (â€", für).

- Add `charset utf-8;` (+ charset_types) so text responses carry
  `; charset=utf-8`.
- Add an explicit `location ~* \.txt$` that serves the file as plain
  text, returns 404 instead of falling back to index.html, and sets
  `Access-Control-Allow-Origin: *` so any AI crawler/tool can fetch
  llms.txt cross-origin.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-24 12:46:31 +02:00
3c292d1b22 1 2026-05-06 11:29:23 +02:00
a2ae5a4180 geo 2026-05-06 09:59:02 +02:00
c70dd0ff38 GEO Search 2026-05-06 09:54:57 +02:00
5ff6493764 top banner changes 2026-05-06 09:45:38 +02:00
1913a13d15 logo 2026-05-06 09:27:02 +02:00
80b56f0fc7 console errors fix 2026-04-27 09:07:23 +02:00
01406a1956 urls fix 2026-04-22 14:53:36 +02:00
1d6cfa21e0 impresum und datenschutz fix 2026-04-22 14:42:38 +02:00
5df5b76378 nginx fix 2026-04-22 11:26:23 +02:00
32b6ceba80 FeedGine launch 2026-04-22 10:57:37 +02:00