Closed
Description
UseCase:
I have 1 server with gitea, 2 isolated private domains (in different local nets) and one public domain. I'd like to expose gitea to all three domains correctly with correct links in web ui.
As a frontend server nginx is used.
With versions up to current master (Oct 26 2019) i cannot do it without nginx sub module but replacing strings in http response is dangerous thing as you know.
I'd like to see some simple setting in app.ini where i can put full list of domains to expose gitea to. Or if it is possible not to explicitly set domain name, to be able to expose gitea to any domain request comes to.