Allow and Deny IP's

Kaushal Shriyan kaushalshriyan at gmail.com
Mon Feb 5 18:26:04 UTC 2018


Hi,

When i run this curl call -> curl -X GET http://13.127.165.226/ -H
'cache-control: no-cache' -H 'postman-token:
2494a4a7-6791-2426-cedf-d0bcaa1cd90a' -H 'x-forwarded-for: 12.12.12.13.11'

Ideally the request should not be allowed and the access log should report
403 instead of 200
I get 200 OK in the access.log

  location / {
        proxy_set_header X-Forwarded-For $remote_addr;
        allow   182.76.214.126/32;
        allow   116.75.80.47/32;
        deny all;
        error_page 404 /404.html;
            location = /40x.html {
        }

Please let me know if i am missing anything.

Best Regards,

Kaushal
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20180205/8d68887e/attachment.html>


More information about the nginx mailing list