Hi @DBLJoey ,
Thanks for your patience. This issue has been resolved by the product group so your application should be working now. please restart your application and let us know if you are still facing this issue.
Best,
-Grace
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We got some problems with some of our Web Apps, i had several slots available on a web server that still worked on this morning but suddenly some of them stopped working.
To test if the problem was on the Azure side i tried restarting one of our slots. The one i restarted were crashing immediately.
The logs are showing that it's not serving from the wwwroot/public folder but is trying to search for the wwwroot instead. Not sure what is changed but definitely something is changed on Azure side. Looks like the nginx config location is moved or something like that.
We are running a PHP8.1 Linux Web App with Nginx with a starting command to copy the nginx configuration to it's location with the following bash script:
#!/bin/bash
cp /home/site/default /etc/nginx/sites-available/default service nginx reload
Somehow it seems to ignore that config location right now after restarting.
Hi @DBLJoey ,
Thanks for your patience. This issue has been resolved by the product group so your application should be working now. please restart your application and let us know if you are still facing this issue.
Best,
-Grace