Mailing list help

2017-12-19 Thread Francisco V.
Hello all, Sorry to bother, I've unsubscribed from this mailing list (In theory), did all the steps, but I'm still gettings mails from it. What's wrong? The volume, for now, is easily manageable, but shouldn't I be receiving nothing if I'm unsubscribed? Is there some admin that could help me? T

Question about reverse proxies and WAFs

2016-04-24 Thread Francisco V.
Hi all, How are you? First of all excuse my english as it is not my mother tongue. I'd like to ask a rather general question which is not nginx specific: In my new job they use an Apache webserver running mod_proxy as a reverse proxy that works as the single entry point from the outside

Re: Hide Jenkins on port 8080 behind NGINX using proxy_pass ?

2015-10-16 Thread Francisco V.
Hi, not 100% sure about it, but usually when you use reverse proxy capabilities, URIs must match because that is what is used to know where to pass the request. For example, if your backend is 1.1.1.1/foo, you will have to redirect from somedomain.com/foo Redirecting without specific URIs like so