Hello,
I am pround to announce my open source project named ETPLC support NGINX log
format,
for checking ~9088 Threats on your Web server or Proxy Logs!
go to http://etplc.org for checking and downloading...
(or http://sourceforge.net/projects/etplc/)
ETPLC project support Perl script or Python
Hello,
I want to create a "reverse" proxy. I want users of the reverse proxy
to authenticate to a radius server. I accomplished this by:
nginx.conf:
server {
listen 443 ssl;
server_name x.y.com;
ssl_certificate /usr/local/etc/ssl/x.y.com.chain.crt;
ssl_certif
Hi
I am using this code to limit connections from ip's :
Main nginx config:
limit_conn_zone $binary_remote_addr zone=alpha:8m;
limit_req_zone $binary_remote_addr zone=delta:8m rate=40r/s;
Domain nginx conf:
limit_conn alpha 5;
limit_req zone=delta burst=80 nodelay;
So a user can create only
Hi,
I would like to redirect to an external URL which is hosted as a apache
virtual host.
nginx resolves the host of the url which obviously does little to
resolve to the correct web root on the server.
| server {
server_name localhost;
location / {