Quantcast
Channel: Nginx Forum - How to...
Browsing all 4759 articles
Browse latest View live
↧

Re: Purge using curl command

pay the $2.5k annually premium they want for this function, no other way

View Article


Nginx - 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 Article


Client 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 Article

Reverse 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 Article

Re: 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 Article


Re: 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 Article

redirect 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 Article

Re: 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 Article


Can 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 Article


Taking 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 Article

Re: 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 Article

Multi 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 Article

Rewrite

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 Article


how 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 Article

Re: 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 Article


Added 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 Article

Multiple 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 Article


file 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 Article

Re: Reverse Proxy as a WAF?

Did you get anywhere with it?

View Article

Server_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
Browsing all 4759 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>