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.
This commit is contained in:
Dmitry Gusev
2026-05-07 01:35:20 +03:00
commit 98cf294a0c
5 changed files with 72 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# 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`.