[INFO] веб-сервер обслуживает запросы
[INFO] контент для адреса не размещён · ответ default
[INFO] контент для адреса не размещён · ответ default
systemctl status nginx.service
● nginx.service — высокопроизводительный веб-сервер Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: active (running) since пн 2026-05-12 09:14:52 UTC; 3d 14h ago Docs: man:nginx(8) Main PID: 4823 (nginx) Tasks: 5 (limit: 4915) Memory: 12.4M CPU: 1.842s CGroup: /system.slice/nginx.service ├─4823 nginx: master process /usr/sbin/nginx ├─4824 nginx: worker process ├─4825 nginx: worker process ├─4826 nginx: worker process └─4827 nginx: worker process
journalctl -u nginx --since "1h ago"
May 20 14:32:08 srv-edge-04 nginx[4823]: reload signal received May 20 14:32:09 srv-edge-04 nginx[4823]: worker process 4825 started May 20 14:32:09 srv-edge-04 nginx[4823]: all workers are ready May 20 14:34:22 srv-edge-04 nginx[4823]: 200 default response · req 0x9af1 May 20 14:36:48 srv-edge-04 nginx[4823]: 200 default response · req 0xa7f2 May 20 14:39:01 srv-edge-04 nginx[4823]: 200 default response · req 0xb1f9
дальнейшие действия оператора
- шаг 1 разместить файлы проекта в /var/www/html
- шаг 2 обновить блок server в /etc/nginx/sites-available/default
- шаг 3 проверить синтаксис · nginx -t
- шаг 4 перезагрузить · systemctl reload nginx
- шаг 5 следить за журналом · journalctl -u nginx -f
operator@srv-edge-04:~#
[ default response · noc@example.invalid · 2026 ]