Re: NGINX PHP FPM - Download prompt when accessing directories

2020-08-30 Thread Laura Smith
Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Sunday, August 30, 2020 11:08 PM, Francis Daly wrote: Hi, Thanks for your reply. > Your > > > location ^~ /administrator/ { > > will handle all requests that start with /administrator/; that location > does not do any sp

Re: NGINX PHP FPM - Download prompt when accessing directories

2020-08-30 Thread Francis Daly
On Sun, Aug 30, 2020 at 04:43:27PM +, Laura Smith wrote: Hi there, > I have a largely working NGINX config as below.  The only problem is that > when "/administrator" or "/administrator/" or "administrator/foo.php" is > called, I always get prompted to download the PHP file rather than it b

NGINX PHP FPM - Download prompt when accessing directories

2020-08-30 Thread Laura Smith
Hi, I have a largely working NGINX config as below.  The only problem is that when "/administrator" or "/administrator/" or "administrator/foo.php" is called, I always get prompted to download the PHP file rather than it be executed by PHP FPM.  Meanwhile, calls to "/" or "/foo.php" operate as