--- Original Message ---
On Tuesday, October 17th, 2023 at 16:50, Jeff wrote:
> Can PHP code be run using NGINX?
>
>
Yes of course.
There are surely thousands of how-to's on Google already ?
Its not difficult, only about 5 lines in the config file.
___
‐‐‐ Original Message ‐‐‐
On Thursday, August 12th, 2021 at 11:21 AM, Konstantin Pavlov
wrote:
> Hi Laura,
>
> 05.08.2021 13:41, Konstantin Pavlov wrote:
>
> > Hi Laura,
> >
> > 05.08.2021 13:01, Laura Smith wrote:
> >
> > > Hi
> >
Hi
Any ideas where change suggestions for docs should be submitted ? Specifically
this page: http://nginx.org/en/linux_packages.html#Debian
The instructions presented are not inline with Debian best-practices.
As per https://wiki.debian.org/DebianRepository/UseThirdParty:
"The key MUST be downl
Sent with ProtonMail Secure Email.
‐‐‐ Original Message ‐‐‐
On Saturday, 5 June 2021 23:32, forumacct wrote:
Why do
> www.domain.com and domain.com count as two?)
Because domain.com is the domain.
www is a subdomain.
Don't forget you can get a wildcard certificate if you need it.
Sent with ProtonMail Secure Email.
‐‐‐ Original Message ‐‐‐
On Saturday, 5 June 2021 09:28, forumacct wrote:
>
> Now I want to use certbot for https.
> But that requires certificates unique for each domain. (I think)
Nope. I suggest you look again at the man page for certbot. ;-)
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
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