Files
sysadmingroup-website/README.md
Dmitry Gusev 98cf294a0c feat: initial dockerized 301 redirect to sag24.ru
nginx:alpine container, listens 8080, returns 301 -> https://sag24.ru$request_uri.
Mapped to host port 4083 on web.hhivp.com via docker-compose.
2026-05-07 01:35:20 +03:00

18 lines
469 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# sysadmingroup-website
`sysadmingroup.ru` — алиас-домен для `sag24.ru`.
Контейнер `nginx:alpine` отдаёт `301 Moved Permanently``https://sag24.ru$request_uri`.
## Деплой
На `web.hhivp.com`:
```bash
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`.