Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about access-log

Read more about access-log

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - access-log

nginx: Match multiple locations / disable access log without returning

I would like to disable access logging for some specific paths but still proxy it to another container. In other words "match multiple locations without returning/exiting" which is not possi...
test-img

romanzipp

nginx

reverse-proxy

access-log

Votes: 0

Answers: 2

Latest Answer

You're right, location working like switch case taking the first hit and break. Maybe you can try something like that: if ($request_uri ~ ^/(_ipx|_nuxt)) { access_log off; } instead of your fir...
test-img

araisch

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved