• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Deploy an ASP.NET Core WEB API to a subfolder of my web

Server operating system version
Ubuntu 20.04 LTS 64bit
Plesk version and microupdate number
Plesk Obsidian Web Admin Edition Versión 18.0.44
I need help for an implantation that I am trying to carry out but it has been impossible for me. I have tried to follow thousands of tutorials and even documentation from Microsoft. But I haven't got it.

The issue is that I have contracted a vps with Ubuntu + Plesk and I am trying to deploy a backend in .Net core 6.

This backend is in a subfolder within the same domain, eg test.com/backend but I can't get it to work with requests.

I have configured (or so I think) nginx as a reverse proxy.

I have also tried with a backend in nodejs but no luck either.

Any help on this?

Thanks in advance. All the best.
 
Do you mean .NET application support: Contribution - .NET applications support on Plesk for Linux - beta version is available! ?
What exactly doesn't work? Any logs, error messages, or other details? How can this be reproduced?
Have you tried to ask for assistance and send feedback to the mentioned email there?
Thanks Igor.
The question is that. I don't know how to configure plesk and nginx to configure this scenario.

The test I perform is the following. I have a login screen that when pressing the accept button should call the api made in .NET Core but it does not connect, throwing an Err_Connection_Refused error. This is the test link https://charming-visvesvaraya.81-169-142-136.plesk.page/login

How can I configure that my BackEnd is running in the same domain but with a different port and a subfolder?

Thank you!!
 
Back
Top