Re: Purge using curl command
pay the $2.5k annually premium they want for this function, no other way
View ArticleNginx - Only handles exactly 500 request per second - How to increase the limit?
worker_processes auto; pid /run/nginx.pid; worker_rlimit_nofile 100000; error_log /var/log/nginx/error.log crit; events { worker_connections 4000; multi_accept on; use epoll; } http { include...
View ArticleClient certificate validation error handling
We are using nginx as a reverse proxy to enable a client certificate authentication for our REST API endpoints. The config is as follows: server { listen 443 ssl; ssl_certificate...
View ArticleReverse Proxy as a WAF?
1. Can someone give me some guidelines about configuring a WAF? I want to filter the HTTP traffic for a few sites, but I would like to have a separate server (Proxy) for WAF. I think I just need Nginx...
View ArticleRe: Reverse Proxy as a WAF?
I use NGINX and ModSecurity 3. At a basic level you install NGINX and add the modsecurity module then use the proxy_pass directive to forward on the traffic to your real hosts. You configure ModSec to...
View ArticleRe: Reverse Proxy as a WAF?
Togger75 Wrote: ------------------------------------------------------- > I use NGINX and ModSecurity 3. At a basic level you install NGINX and > add the modsecurity module then use the...
View Articleredirect to another port
Hello, I set up a shiny server and a nginx server, I would like that when we connect to the nginx server it redirects us to the shiny server. To redirect to the shiny server I use the proxy-pass...
View ArticleRe: Reverse Proxy as a WAF?
I'm no expert but you can proxy pass multiple sites, think of NGINX as the load balancer and ModSec as the traffic filter. I will post up my notes I made but i wont be able to get them until tomorrow.
View ArticleCan NGINX do content based redirection?
I'd like to be able to us NGINX as the single point of entry and send the traffic off to different servers depending on the content of a SOAP/XML element, is that possible? So the SOAP request might...
View ArticleTaking much time to load
i dont know why but nginx is taking much time to load, i am just running a single wordpress website and it is taking 2 minutes to load a single page, i have used but it never took more than 3 sec for...
View ArticleRe: Reverse Proxy as a WAF?
Hey dominykas I made this step by step for Ubuntu Server 16.04.2 as if a fresh install. You can try it perhaps and let me know if it works, it is only my notes so I can't 100% guarantee it but if all...
View ArticleMulti wildcard certificates for multi wildcard domains
Hi all, This is my environment : CentOS release 6.4 (Final) , nginx-1.8.1-1.el6.ngx.x86_64 [quote] nginx -V nginx version: nginx/1.8.1 built by gcc 4.4.7 20120313 (Red Hat 4.4.7-16) (GCC) built with...
View ArticleRewrite
I have a wordpress site that my client want to append a segment to always appear in the URL. For example http://rethink.test will always contain: http://rethink.test/community or...
View Articlehow to redirect to Apache2 properly
I'm running Nginx Tomcat Apache2 Kibana Grok and Graphite on single server. tomcat serves grok apache2 serves graphite nginx listen on port 80 and redirect. My configuration is: server { listen 443 ssl...
View ArticleRe: how to redirect to Apache2 properly
localhost/graphite/ returns HTTP Status 404 - /browser/header/ message /browser/header/ HTTP Status 404 - /composer/ type Status report message /composer/ description The requested resource is not...
View ArticleAdded Nginx to a Ubuntu 16.04 with Virtualmin now I'm fucked-up...
I apologize, but the Dunning-Kruger Effect (https://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect) say's I'm too dumb to know how to ask for, _or get help,_ correctly. So here's where I'm at. I'm...
View ArticleMultiple server blocks using same port
Hello. I have a problem with Nginx. I have three websites running, and all using the same 443 port for SSL. When I try to restart Nginx, I get an error like the following: root@vps:~# nginx nginx:...
View Articlefile upload
I have installed nginx version: nginx/1.10.3 (Ubuntu) A website requires to upload files. I use php 7 for handling the upload. The form: ======== <div class="collapse" id="upload_avatar"> <div...
View ArticleServer_Name redirecting to IP
Hello, Trying to figure out why when using a DNS entry for the "server_name" entry in the nginx/sites-available/ configuration files, it will still resolve an IP address in the web browser instead of...
View Article