The tech empower web framework benchmark is a set of six micro benchmarks
implemented with over 100 different web frameworks. It’s free, easy to setup,
and comes as prebuilt docker containers.
Sent from my iPhone
> On Jan 26, 2018, at 2:27 PM, leeand00 wrote:
>
> Does anyone have a suggestion
Does anyone have a suggestion about a simple, free, open source web app,
with a database that I could test out and get familiar with, nginx's load
balancing functionality on?
Thank you,
leeand00
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,278284,278284#msg-278284
_
How to get nginx to redirect to another path only if the root path is
requested?
Here is part of my server configuration:
server {
listen 80; ## listen for ipv4; this line is default and implied
#listen [::]:80 default_server ipv6only=on; ## listen for ipv6
# Make site acce
Hi Guys,
I'm in the process of moving an old Apache2 server to nginx 1.13. One site
we have uses SSL Client Certificates. They are being requested by the
webserver and the browser supplies these.
Everything seems to work on my Mac with Safari, Chrome and Firefox.
Now on Windows all those browser
Nate,
In the meanwhile I followed the thread and actually found your revised
patches. I was able to apply them successfully.
I realised I didn't ran configure with the --with-http-ssl flag (since I
don't use http) when building nginx. This explains why the ssl_psk_file was
not recognized. After b