I'm running Confluence (5.10.6) behind a nginx reverse proxy. Everything seems to be OK so far, however, some images are missing. For example, in "$proxy_host/confluence/admin/permissions/globalpermissions.action" all the images are missing. The images have URLs like "$proxy_host/s/en_GB/6441/13fdbe304eeea2f7da9576ad2c58ab11249c6de6/_/images/icons/emoticons/check.png"
If I add the missing(!) "confluence" part manually, at least I can display the image:
"$proxy_host/confluence/s/en_GB/6441/13fdbe304eeea2f7da9576ad2c58ab11249c6de6/_/images/icons/emoticons/check.png"
Is this an oversight or a bug?
I've excatly the same issue with JIRA behind proxy with context root. Any solutions so far?
I was referring to the URI part, so this is a configuration with context:
ProxyPass /confluence https://$server/confluence/
while this is one without:
ProxyPass /confluence https://$server/confluence/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks but both configurations are identical….
You probably mean (2nd config):
ProxyPass /confluence https://servername/confluence/
Right?
(btw I do not use a slash after confluence)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same problem (missing images when using reverse proxy) and I use the same confluence version so the problem is consistent. The images that are missing are indeed emoticons such as check.png that should appear on e.g. the permission settings page.
@Steffen Breitbach, what do you exactly mean with "configured the reserve proxy without context"......ProxyPass nocanon?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I configured the reverse proxy without context, which made the images work. However, that's not the configuration I was looking for...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.