Why nginx doesn't have log for mobile request which is developed under Titanium Appcelerator?
Posted
by
Vicheanak
on Stack Overflow
See other posts from Stack Overflow
or by Vicheanak
Published on 2011-01-13T04:49:28Z
Indexed on
2011/01/13
4:53 UTC
Read the original article
Hit count: 245
I have sent a request from both iphone and android platform to nginx server nginx/0.7.67 + Phusion Passenger 2.2.15 with this code in ruby:
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
but when I check on /conf/nginx.conf file I didn't see any log appears. However when I request from computer browser, I can see the log in nginx.conf file.
Any one has met this problem and please give me some suggestions? Thank you.
© Stack Overflow or respective owner