

sudo nano /home/your_folder_name/.bash_profileĪnd configure it like this(add ':/opt/dotnet/5.0' in PATH): #. Now go to the downloaded sdk file location and extract it to /opt/dotnet/5.0 location.Īfter it, go to /home/your_folder_name then create a. In dotnet folder, create 5.0 folder to place the sdk file. Go to /opt directory and create dotnet folder. Go to and download SDK 5.0.404 of Linux 圆4. Sudo setsebool -P httpd_can_network_connect 1 Install DotNet.sdk on Linux Server Sudo firewall-cmd -add-service=https -permanent sudo firewall-cmd -add-service=http -permanent Now let’s allow the operating system to accept incoming traffic. Sudo systemctl start nginx Configure firewall Then you can install Nginx from the repo: sudo yum install nginx -yĪnd finally start the service: sudo systemctl enable nginx Paste the following content into the file: It cannot be installed from official repositories provided by Oracle, so we will register Nginx repository. Configure reverse proxy for multiple services.Configure reverse proxy for single service.Create and register service to host Dot Net Core Web App / API.In this article, we will learn about the deployment of Asp.Net Core Web Application / API on Oracle Linux Server using Nginx as reverse proxy server.įollowing steps need to be executed for successful deployment.
