Hi All,
I am new to nginx thing, currently we have primary nginx.conf file under /etc/nginx/ and serval tenant specific server configuration file present in /etc/nginx/conf.d/ folder.
So any http request was made it provides verbose nature of error message in browser , it shows some source code file pat below (currently pasted dummy browser response):
at decodeURIComponent (<anonymous>)
at decode_param (/fdsfsdfdfdsf/layer.js:172:12)
at Layer.match (/fdsfsdfdfdsf/router/layer.js:123:27)
at matchLayer (/fdsfsdfdfdsf/index.js:587:18)
at next (fdsfsdfdfdsf/index.js:226:15)
at csrf (fdsfsdfdfdsf/index.js:117:5)
at /fdsfsdfdfdsf/security.js:128:17
at Layer.handle [as handle_request] (/fdsfsdfdfdsfr/layer.js:95:5)
So my question is is there any way i can hide/restrict this with nginx.conf file modification or server configuration files modification
Please suggest your thought
Thanks
Ashish