It was in an error state. Now it's ok, but the web is still not good...
If I reduce the number of workers?
In /etc/default/pveproxy:
PVE_PROXY_WORKERS=2
root@pve1:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Wed 2025-09-10 08:53:47 EEST; 2h 22min ago
Process: 5856 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 5858 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 5859 (pveproxy)
Tasks: 5 (limit: 76433)
Memory: 204.3M
CPU: 56.001s
CGroup: /system.slice/pveproxy.service
├─ 5859 pveproxy
├─12954 "pveproxy worker (shutdown)"
├─31103 "pveproxy worker"
├─31110 "pveproxy worker"
└─31166 "pveproxy worker"
Sep 10 11:08:02 pve1 pveproxy[5859]: worker 31110 started
Sep 10 11:08:02 pve1 pveproxy[31109]: got inotify poll request in wrong process - disabling inotify
Sep 10 11:08:02 pve1 pveproxy[31102]: got inotify poll request in wrong process - disabling inotify
Sep 10 11:08:05 pve1 pveproxy[31102]: worker exit
Sep 10 11:08:06 pve1 pveproxy[31109]: worker exit
Sep 10 11:08:20 pve1 pveproxy[5859]: worker 21970 finished
Sep 10 11:08:20 pve1 pveproxy[5859]: starting 1 worker(s)
Sep 10 11:08:20 pve1 pveproxy[5859]: worker 31166 started
Sep 10 11:08:22 pve1 pveproxy[31165]: got inotify poll request in wrong process - disabling inotify
Sep 10 11:08:24 pve1 pveproxy[31165]: worker exit
root@pve1:~# systemctl restart pveproxy.service
root@pve1:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Wed 2025-09-10 11:18:36 EEST; 21s ago
Process: 32962 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 32967 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 32968 (pveproxy)
Tasks: 4 (limit: 76433)
Memory: 186.6M
CPU: 1.323s
CGroup: /system.slice/pveproxy.service
├─32968 pveproxy
├─32969 "pveproxy worker"
├─32970 "pveproxy worker"
└─32971 "pveproxy worker"
Sep 10 11:18:35 pve1 systemd[1]: Starting pveproxy.service - PVE API Proxy Server...
Sep 10 11:18:36 pve1 pveproxy[32968]: starting server
Sep 10 11:18:36 pve1 pveproxy[32968]: starting 3 worker(s)
Sep 10 11:18:36 pve1 pveproxy[32968]: worker 32969 started
Sep 10 11:18:36 pve1 pveproxy[32968]: worker 32970 started
Sep 10 11:18:36 pve1 pveproxy[32968]: worker 32971 started
Sep 10 11:18:36 pve1 systemd[1]: Started pveproxy.service - PVE API Proxy Server.
root@pve1:~# systemctl restart pveproxy
root@pve1:~# systemctl status pveproxy.service
● pveproxy.service - PVE API Proxy Server
Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; preset: enabled)
Active: active (running) since Wed 2025-09-10 11:19:41 EEST; 17s ago
Process: 33179 ExecStartPre=/usr/bin/pvecm updatecerts --silent (code=exited, status=0/SUCCESS)
Process: 33188 ExecStart=/usr/bin/pveproxy start (code=exited, status=0/SUCCESS)
Main PID: 33190 (pveproxy)
Tasks: 4 (limit: 76433)
Memory: 187.6M
CPU: 1.344s
CGroup: /system.slice/pveproxy.service
├─33190 pveproxy
├─33191 "pveproxy worker"
├─33192 "pveproxy worker"
└─33193 "pveproxy worker"
Sep 10 11:19:40 pve1 systemd[1]: Starting pveproxy.service - PVE API Proxy Server...
Sep 10 11:19:41 pve1 pveproxy[33190]: starting server
Sep 10 11:19:41 pve1 pveproxy[33190]: starting 3 worker(s)
Sep 10 11:19:41 pve1 pveproxy[33190]: worker 33191 started
Sep 10 11:19:41 pve1 pveproxy[33190]: worker 33192 started
Sep 10 11:19:41 pve1 pveproxy[33190]: worker 33193 started
Sep 10 11:19:41 pve1 systemd[1]: Started pveproxy.service - PVE API Proxy Server.
root@pve1:~#