Commit Graph

5 Commits

Author SHA1 Message Date
2ef4b1ebac 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:00:43 +02:00
d7dc8c388f fix geo 2026-05-06 10:06:09 +02:00
478f0182a4 URLs fix 2026-04-22 14:51:48 +02:00
3f4bcc2d52 1 2026-04-09 23:34:00 +02:00
c656bf9461 Initial commit: Profice Home website with Dockerfile and nginx config 2026-04-09 22:50:19 +02:00