nginx 404 logs to all virtualhosting logs
- by Dr.D
I am using nginx and i have two sites running:
site1 = /1/access.log
site2 = /2/access.log
when a user get 404 images not found on site2 nginx writes to access.log of site1 & site2 reporting the not found error, i tried everything to get separated logs without luck, i want everything that happen on site1 logged on /1/access.log and everything that happens on site2 logged on /2/access.log
any help ?