Nginx status page not changable in built-in Nginx
Description
For some reason, GitLab seems to open a port for the Nginx status webpage, running on port 8060, is not hosted in localhost. This status page is bound to 0.0.0.0:8060, and I wish to change this address, to something like 127.0.0.1:8060.
(Include problem, use cases, benefits, and/or goals)
I want to be given the option to change this to 127.0.0.1. Why? Because the webpage is publicly accessible, because it is bound to 0.0.0.0, but the page returns a 403. This doesn't make sense... Open the port, but return a 403? I wish for this to be configurable, so I can change it to 127.0.0.1, so the port gets closed and the problem is solved.
Proposal
Make the address (maybe even port) it binds to configurable.
Thanks in advance.
Edited by 🤖 GitLab Bot 🤖