Hi,
its not a plesk bug, its systemd...
You must edit the "UNIT" section to:
[Unit]
Description=Startup script for nginx service
After=network-online.target remote-fs.target nss-lookup.target
Wants=network-online.target
in "/usr/lib/systemd/system/nginx.service".
Attached my full file...