Re: Handing 15,000+ SSL certs and nginx configuration
Thanks for the guidance itpp2012 What is your recommendation for terminating 15,000+ SSL certificates? Nginx takes 2 minutes to reload that many certificate (under 0 load) and because our domains can...
View ArticleRe: T3(Oracle) Over HTTP using Nginx
Thanks a lot for your help! But unfortunately I´m getting the following message error when trying to start up nginx. nginx: [emerg] "stream" directive is not allowed here in /app/nginx/conf/t3.conf:5...
View ArticleRe: Handing 15,000+ SSL certs and nginx configuration
Your best bet is to go for Lua, reloading nginx conf is an option but can lead to problems when done too many times.
View ArticleRe: T3(Oracle) Over HTTP using Nginx
Stream uses its own block: http { ......... } stream { ........ }
View ArticleNewbie - Can't start nginx
Hi, I used the automated install for nginx+pagespeed module from https://developers.google.com/speed/pagespeed/module/build_ngx_pagespeed_from_source From the output I would assume that the install was...
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
Hi Inzanez, I'm interresting with your use-case. I'm looking for a solution to proxy vpn traffic: - on the same host, I want to run several openvpn servers using the same port (443/tcp) - I want to...
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
Sure, get our Windows version and look at \conf\nginx-sslh-v1.0.conf
View Articlehow to take advantage of all CPUs (only 5x php-fpm processes are running)?
Hello all, I am new to this forum so I hope I post in the right section. I am trying to set up a good server for Magento2 using nginx 1.10.0 + PHP 7.0.8 (Zend Engine v3.0.0) on Ubuntu 16.04-64bits. I...
View ArticleRe: how to take advantage of all CPUs (only 5x php-fpm processes are running)?
OK I found the solution, pm.max_children is in /etc/php/7.0/fpm/pool.d/www.conf !
View Articlenewbie : nginx service as non root user
Guys, Sorry for the long write up, but I have a different problem and see if anyone has done this.. I have a compiled nginx from source code as we have a custom install requirement we run http on 1234...
View ArticleRe: how to take advantage of all CPUs (only 5x php-fpm processes are running)?
You can check here for multi-functioning of cpu http://stackoverflow.com/questions/32403258/how-to-take-advantage-of-multi-cpu-in-c
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
Does SSLH support some sort of SNI then?
View ArticleRe: Nginx as a Reverse Proxy for OpenVPN (TCP 443)
inzanez Wrote: ------------------------------------------------------- > Does SSLH support some sort of SNI then? Yes (ssl_preread)
View ArticleRe: Handing 15,000+ SSL certs and nginx configuration
Thank you for your help itpp2012! I am going to closely investigate Lua. Would you please speak more about running nginx reloads too frequently? What would happen if I do that? I thought it was the...
View ArticleHow to have sticky session with least connected
Hi All, I am using ip_hash(Sticky Session) and I have a scenario for our web portal where portal is accessible over web, and we have support module which is also hosted on the same portal, and upstream...
View ArticleRe: T3(Oracle) Over HTTP using Nginx
Admin, Thanks a lot for your help ! It worked as a charm. I wonder if it´s possible for NGINX to print on logs all T3 XML requests received. It´s only printing the transactions which for me it´s fine....
View ArticleHow to host multiple sites locally at different addresses
Hi all, I'm trying to host a few different sites locally, on my laptop, for testing purposes (EG Moodle, Wordpress, Composr CMS, etc.) I would like to have each website located at "localhost/website"...
View ArticleWebsite index.html file automatically gets overwritten with Nginx default...
I'm running Nginx on Ubuntu 14.04. I have my website installed in the default /usr/share/nginx/html directory. My website works fine for several days and then the system automatically overwrites my...
View ArticleHow to rewrite URLs with ( and ) symbols?
Hi everyone, I'm stuck with the problem. I have to rewrite a few URLs that contain ( and ) symbols in it, for ex /category/Blah(blah).html. NGINX doesn't rewrite correctly those URLs because ( ) are...
View Article