Answer the question
In order to leave comments, you need to log in
Why is nginx not logging?
location /method {
rewrite ^/method/(.*) /proxy.php?qbv=$1 last;
access_log /var/log/nginx/proxy.log;
}
Answer the question
In order to leave comments, you need to log in
touch /var/log/nginx/proxy.log
chown nginx:nginx /var/log/nginx/proxy.log
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question