Re: Run PHP on NGINX

2023-10-17 Thread Laura Smith via nginx
--- 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. ___

Re: NGINX Docs - where to submit change suggestions ?

2021-08-12 Thread Laura Smith
‐‐‐ 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 > >

NGINX Docs - where to submit change suggestions ?

2021-08-05 Thread Laura Smith
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

Re: Serve same website under two URLs / domains with certbot

2021-06-06 Thread Laura Smith
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.

Re: Serve same website under two URLs / domains with certbot

2021-06-05 Thread Laura Smith
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. ;-)

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

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