NGINX
This guide will show you how to whitelist your GoodAccess IP address in NGINX.
Step 1
Open the NGINX configuration file
sudo vi /etc/nginx/nginx.confsudo vi /etc/nginx/sites-enabled/example.confStep 2
allow 45.43.23.21;
deny all;Last updated
Was this helpful?