»» сервер обслуживает запросы ««
контент не размещён · действия за оператором
session 1 · diagnostic
operator@srv-edge-04:~$ uname -a
Linux srv-edge-04 6.1.0-21-amd64 #1 SMP 2026 x86_64 GNU/Linux
operator@srv-edge-04:~$ systemctl is-active nginx
active
operator@srv-edge-04:~$ nginx -v
nginx version: nginx/1.25.3
operator@srv-edge-04:~$ ss -tlnp | grep nginx
LISTEN 0 511 0.0.0.0:80 *:* users:(("nginx",pid=4823,fd=6))
LISTEN 0 511 0.0.0.0:443 *:* users:(("nginx",pid=4823,fd=8))
operator@srv-edge-04:~$ curl -sI -k https://localhost/
HTTP/2 200
server: nginx/1.25.3
content-type: text/html; charset=utf-8
date: 2026-05-20
summary
| parameter | value |
|---|---|
| host | srv-edge-04.dc-ams |
| protocol | HTTP/2 + TLS 1.3 |
| uptime | 3d 14h 27m |
| req/sec | 0.4 |
| content | not provided |
operator notes
- разместить файлы в /var/www/html
- обновить блок server в конфигурации
- проверить nginx -t перед перезагрузкой
- перезагрузить systemctl reload nginx
- журнал journalctl -u nginx -f
operator@srv-edge-04:~$
# default response · req 0xa7f2-9cc1 · 2026