I’m trying to put my discourse to a base uri. for example:
https://example.com/discourse/
I use Docker to deploy my discourse. I notice if I want to deploy my website to /discourse/ I must set {base_url} to https://example.com
and set {base_uri} to /discourse/
But I found no where I can set base_uri in discourse_docker. Has anyone any experience on this ?