I\'m wondering how do I know if a particular location[s] used to process request in nginx.
E.g.:
# 1
location / {}
# 2
location ~ /[\\w
The add_header trick is how I would do it to.
I'm at work right now, so I can't test but you might possibly get something in the logfile i you set the error_log level to:
debug: you're nginx needs to be built using --with-debug for this to work, you can check that with the nginx -V commandnotice: if debug logging isn't enabled