Answer the question
In order to leave comments, you need to log in
How to disable logging for urls that contain the word _ajax?
There are different urls like
/some/path/one/_ajax?_=1484114768232
/some/path/two/_ajax
/path/3/_ajax?_=1484114768111
/some/path/two/_ajax/
и т.д.
location ~* (_ajax)$ {
access_log off;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question