I installed the Statamic CMS, a PHP Lavarel-based CMS, in an Azure web app which is configured to use PHP 8.2. Because the CMS is built on Laravel, I needed to create a custom startup script for NGINX to change the startup file path from /home/site/wwwroot
to /home/site/wwwroot/public
as described in Step 5 of this Microsoft tutorial.
Everything worked fine the day I installed and configured the web site, however, the very next day I started getting a 403 Forbidden - NGINX/1.42.0
error and I can't figure-out why!?!?
I've combed the log stream on the app service and for the most part, it seems to indicate that the Linux VM is running and waiting for requests.
Any tips for troubleshooting this?