Hi Team, We have a requirement to allow directory listing from few servers and disallow from other ip addresses and all IP addresses should be able to download all files inside the directory.
Can somebody provide the correct nginx config for the same. location / { root /downloads; autoindex on; allow 1.1.1.1; deny all; } If I use the above config, only on 1.1.1.1 IP address can directory list from this server and can file download but from other IP addresses download shows forbidden, due to IP address restriction Is there a way to overcome this issue, thanks. Thanks & Regards Sathish.V
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx