root@alpsys:/var/www/files/OMS# systemctl status nginx 2>/dev/null || systemctl status apache2 2>/dev/null || echo "Inny serwer HTTP"
● nginx.service - A high performance web server and a reverse proxy server
     Loaded: loaded (/usr/lib/systemd/system/nginx.service; enabled; preset: enabled)
     Active: active (running) since Fri 2025-10-03 06:47:00 CEST; 3 weeks 4 days ago
       Docs: man:nginx(8)
    Process: 1738466 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
    Process: 1738491 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
   Main PID: 1738500 (nginx)
      Tasks: 9 (limit: 37559)
     Memory: 21.6M (peak: 42.5M)
        CPU: 45.606s
     CGroup: /system.slice/nginx.service
             ├─1738500 "nginx: master process /usr/sbin/nginx -g daemon on; master_process on;"
             ├─3482160 "nginx: worker process"
             ├─3482161 "nginx: worker process"
             ├─3482162 "nginx: worker process"
             ├─3482163 "nginx: worker process"
             ├─3482164 "nginx: worker process"
             ├─3482165 "nginx: worker process"
             ├─3482166 "nginx: worker process"
             └─3482167 "nginx: worker process"

Oct 03 06:47:00 alpsys nginx[1738466]: 2025/10/03 06:47:00 [warn] 1738466#1738466: protocol options redefined for 0.0.0.0:443 in /etc/nginx/sites-enabled/pgadmin.alpsys.pl:15
Oct 03 06:47:00 alpsys nginx[1738466]: 2025/10/03 06:47:00 [warn] 1738466#1738466: conflicting server name "91.99.59.45" on 0.0.0.0:443, ignored
Oct 03 06:47:00 alpsys nginx[1738466]: 2025/10/03 06:47:00 [warn] 1738466#1738466: conflicting server name "91.99.59.45" on 0.0.0.0:80, ignored
Oct 03 06:47:00 alpsys nginx[1738491]: 2025/10/03 06:47:00 [warn] 1738491#1738491: protocol options redefined for 0.0.0.0:443 in /etc/nginx/sites-enabled/outlook-addon:8
Oct 03 06:47:00 alpsys nginx[1738491]: 2025/10/03 06:47:00 [warn] 1738491#1738491: protocol options redefined for 0.0.0.0:443 in /etc/nginx/sites-enabled/outlook-addon-ip:3
Oct 03 06:47:00 alpsys nginx[1738491]: 2025/10/03 06:47:00 [warn] 1738491#1738491: protocol options redefined for 0.0.0.0:443 in /etc/nginx/sites-enabled/pdf.alpsys.pl:15
Oct 03 06:47:00 alpsys nginx[1738491]: 2025/10/03 06:47:00 [warn] 1738491#1738491: protocol options redefined for 0.0.0.0:443 in /etc/nginx/sites-enabled/pgadmin.alpsys.pl:15
Oct 03 06:47:00 alpsys nginx[1738491]: 2025/10/03 06:47:00 [warn] 1738491#1738491: conflicting server name "91.99.59.45" on 0.0.0.0:443, ignored
Oct 03 06:47:00 alpsys nginx[1738491]: 2025/10/03 06:47:00 [warn] 1738491#1738491: conflicting server name "91.99.59.45" on 0.0.0.0:80, ignored
Oct 03 06:47:00 alpsys systemd[1]: Started nginx.service - A high performance web server and a reverse proxy server.
root@alpsys:/var/www/files/OMS# 