On Tue, Jul 26, 2022 at 01:11:45AM +, Mik J via nginx wrote:
Hi there,
I don't have a full answer, but a few config changes should hopefully
help with the ongoing diagnosis.
> When I access to example.org, I was to use /var/www/htdocs/app1 and it works.
>
> When I access to example.org/app2
Hi Team,
I wanted to know the possibilities with Nginx SSL offloading to separate
CPU card or any other hardware? How do I achieve better performance with
Nginx SSL offloading? Do I need to go with more CPU cores? or dedicated card
or any other mechanism?
Can someone please suggest?
TIA
Posted
Hi,
hope you're doing well.
On Tue, Jul 26, 2022 at 10:01:35AM -0400, blason wrote:
> Hi Team,
>
> I wanted to know the possibilities with Nginx SSL offloading to separate
> CPU card or any other hardware? How do I achieve better performance with
> Nginx SSL offloading? Do I need to go with mor
List
I'm trying to do something like this
mt4.senhasegura.local ─┬─► nginx at 192.168.122.10 ─┬─► mt4 at
192.168.122.11
xpto.senhasegura.local
─┘ ─► xpto at
192.168.122.12
I already go
Hi Caio Abreu Ferreira,
hope you're doing well.
On Tue, Jul 26, 2022 at 11:41:52AM -0300, Caio Abreu Ferreira via nginx wrote:
> List
>
> I'm trying to do something like this
>
> mt4.senhasegura.local ─┬─► nginx at 192.168.122.10 ─┬─► mt4 at
> 192.168.122.11
> xpto.senhasegura.local
The folks at nginx and the folks at Raspberry Pi are both smarter than I
am. I downloaded the 64-bit version of the Pi OS and copied nginx.conf
and ngnix.ssl from my old SD card typed the magic words "apt-get install
nginx," fired up a browser, typed "jstaylor.com,." and there was Carolyn
on a
Thanks a lot for your input
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,294862,294870#msg-294870
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
Any specific card or hardware device that you can suggest for the setup?
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,294862,294871#msg-294871
___
nginx mailing list -- nginx@nginx.org
To unsubscribe send an email to nginx-le...@nginx.org
Hi Mik,
I am no expert on nginx, just a user, and I have never had to split a
site as you are. That said, I think the error is that you have wrapped
your locations inside each other. This means that when it matches /, it
goes on to pass .php files to app1, without ever looking for /app2.
You