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:
17
README.md
Normal file
17
README.md
Normal 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`.
|
||||
Reference in New Issue
Block a user