- Create sitemap.xml with main sections of the archive site
- Add Sitemap reference to robots.txt
- All URLs marked as never-changing (archive content)
- Helps search engines index the legacy frameset site properly
- Add server block for www.1998.cadpoint.ru on HTTPS (port 443)
- Redirect www to non-www version (https://1998.cadpoint.ru)
- Properly organize config with HTTP and HTTPS sections
- Clean up duplicate server blocks
- Remove 'service=cadpoint1998' label from docker-compose.prod.yml
- Labels are not used by json-file logging driver
- Keep only max-size and max-file options
- Добавлен Dockerfile для dev и prod (с HTML и конфигом в образе)
- docker-compose.yml для разработки
- Nginx конфиг cadpoint1998--internal-nginx.conf с KOI8-R
- .dockerignore для исключения лишних файлов
- Переименование configs/ → config/ (современный стандарт)
- Remove runtime logs (access/error logs are not needed in repo)
- Remove .idea/ IDE configuration directory
- Add .gitignore for logs, IDE, OS files
- Add .gitattributes to preserve KOI8-R encoding for archive files
- Preserve all text files as-is without CRLF normalization