Re: Got denied even the ip was allowed in the config file
OK. Got it. I'm using OpenResty, it reads different config files. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275518,275519#msg-275519 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx
Got denied even the ip was allowed in the config file
This is part of the virtual server config server { listen 80; server_name .kosungames.com; include backend_acl.conf; access_log /var/log/nginx/access-admin.log main; error_log /var/log/nginx/error-admin.log debug; client_max_body_size 16m; root /srv/www/site; in