Dmitry Gusev 233af27773 fix: healthcheck — replace GNU-wget -I flag with --spider
BusyBox wget in alpine doesn't support -I flag, healthcheck was
failing with 'unrecognized option' and Docker reported container
as unhealthy despite nginx working correctly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-10 15:47:53 +03:00

sysadmingroup-website

sysadmingroup.ru — алиас-домен для sag24.ru. Контейнер nginx:alpine отдаёт 301 Moved Permanentlyhttps://sag24.ru$request_uri.

Деплой

На web.hhivp.com:

cd /opt/docker/sites/sysadmingroup-ru
git pull
docker compose build
docker compose up -d

Host nginx vhost (/etc/nginx/conf.d/sysadmingroup.ru) терминирует SSL и проксирует на 127.0.0.1:4083.

Description
sysadmingroup.ru � 301 redirect to sag24.ru in nginx:alpine container
Readme 28 KiB
Languages
Dockerfile 100%