custom URL pointing to different folder azure web app php 8.2

prasantc 976 Reputation points
2024-01-02T04:12:46.88+00:00

I am trying to find this configuration file as shown in the article to setup custom domain path but I can see nginx/config.d but not able to find the conf file -

https://techcommunity.microsoft.com/t5/apps-on-azure-blog/how-to-map-multi-domains-for-multi-sites-in-single-windows-linux/ba-p/2888955

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,930 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,951 Reputation points Microsoft Employee Moderator
    2024-01-02T04:59:54.7366667+00:00

    @prasantc Thanks for posting your question in Microsoft Q&A forum. Apologize for any inconvenience caused on this.

    Based on the shared information, I have understood that you want to change the default config of nginx which is running on php 8.2 runtime in app service.

    To test this behavior, I have created an app service with php 8.2 runtime in one of our subscriptions. Connected to it using SSH console and I can see the default conf file under the path /etc/nginx/sites-available/default instead of /etc/nginx/conf.d/default.conf .

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.