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
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
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