How to deploy angular universal on Plesk panel (apache)
问题 I have problem with running Angular Universal on my Plesk panel (apache): already i insalled nodejs : i do npm run build:ssr on my localhost and copy the dist from localhost to httpdocs directory on plesk. copied package.json on httpdocs directory; in this step what i should do ? I clicked on Run script in my Plesk and try to run serve:ssr , but nothing happens. 回答1: -make sure in your "Document Root" to choose the browser folder in dist. -in your server.ts REMOVE this if condition: if