i am migrating from SQUID to NGINX. While using SQUID, we had a IP based authentication layer: if request to http://siteurl/servicename/service.php -> check list (data is saved in a file as tupel of ip:username:password) if requesting client ip eq list ip -> rewrite url to backend as http://siteurl/servicename/service.php&username=username&password=password. What is the bby AKasper - Nginx Mailing List - English
Hello list, i am migrating from SQUID to NGINX. While using SQUID, we had a IP based authentication layer: if request to http://siteurl/servicename/service.php -> check list (data is saved in a file as tupel of ip:username:password) if requesting client ip eq list ip -> rewrite url to backend as http://siteurl/servicename/service.php&username=username&password=password.by AKasper - Migration from Other Servers
I am admin of several linux and windows servers. While searching for a alternative to squid as proxy, i found nginx. I just startet using nginx in a test environment. Nginx should work as reverse proxy, ssl frontend and as authentication layer. Thamnks to all developpers who made nginx such a great product!.by AKasper - New Member Introductions