N noname New member Joined May 13, 2026 Messages 1 Wednesday at 9:07 AM #1 Hi I enabled Nginx basic auth through the GUI by using password-protected directories and it works fine. However, I can't find a way to whitelist specific IP addresses so they can bypass the basic auth. Is that possible? Thanks!
Hi I enabled Nginx basic auth through the GUI by using password-protected directories and it works fine. However, I can't find a way to whitelist specific IP addresses so they can bypass the basic auth. Is that possible? Thanks!
S sysdev Verified User Joined Jul 16, 2007 Messages 511 Today at 12:44 AM #2 IIRC you can add "satisfy any;" in your location block and after that "allow <the ip>;"