URL
This guide will show you how to whitelist your GoodAccess IP address in NGINX for a URL.
Whitelist an IP in NGINX for a URL
location /accounts/login {
allow 45.43.23.21;
deny all;
}Restart NGINX
sudo nginx -tsudo systemctl restart nginxLast updated
Was this helpful?