Is there any way to allow IP to access specific path once or every 24 hours? This is useful for anonymous voting. So only one vote is allowed from IP. Is there any way to use limit_req_zone
for specific path/location and of course, longer period?
Is there any way to allow IP to access specific path once or every 24 hours? This is useful for anonymous voting. So only one vote is allowed from IP. Is there any way to use limit_req_zone
for specific path/location and of course, longer period?
No, this is not possible. You should implement this in your application.