drazisil
(Drazisil)
1
Trying to get user avatars working. The default letter ones work.
When I upload, I get no errors, but the images are broken / do not exist.
The image url is in this format: http://forum.mcouniverse.com:8080/user_avatar/forum.mcouniverse.com:8080/drbrown/25/20_1.png
which seems very strange that the hostname is in the middle of the url. I tried removing that, no change.
I have also double-checked the hostname in app.yml, and rebuilt the app.
Any thoughts?
As an example:
Falco
(Falco)
2
Discourse doesn’t support running on a non standard port, so choose 80 or 443.
(ps: choose 443 with free ssl)
2 Likes
drazisil
(Drazisil)
3
Hm, will try that. isn’t 8080 the default though? I don’t remember changing it.
Something is wrong with your install if any port other than default is showing.
drazisil
(Drazisil)
5
I likely misunderstood how the 8080:80 mapping in app.yml worked. I’ll set it back, rebuild and adjust my apache config
2 Likes
Falco
(Falco)
6
If you are running under apache you need to be extra careful because of long running connections. There are some topics about it here on meta.
drazisil
(Drazisil)
7
It’s running under docker, just needed to have a crash course in mod_proxy
Thank you for the help @Falco and @codinghorror
3 Likes