In this article we will go through the steps of setting up a .NET Core 3.1 application on a CentOS 7 server running Plesk Obsidian 18.0.45. To do this you will need administrative access to your Plesk Panel and root privileges on your CentOS server.
Setting up your application subdomain
Login to your Plesk Panel, select “Subscriptions”, select the domain you wish to create the subdomain for, click on “Add Subdomain”, type in a name for your subdomain (ex: mywebapp.mydomain.com) which will create a document root folder in your CentOS serve under /var/www/vhosts/mydomain.com/mywebapp.mydomain.com .
Setting up .NET Core 3.1 application on CentOS 7 server running Plesk Obsidian 18.0.45