[Owncloud] owncloud 4.5.0 absolute remote url to core.js and core.css

Georgi Stanojevski glisha at gmail.com
Mon Oct 15 10:06:04 UTC 2012


Hello,

I'm using owncloud 4.5.0 behind nginx as a ssl ofload loadbalancer and
non-ssl apache as the owncloud webserver (nginx:443 --> apache:8080).

Owncloud 4.5.0 adds the link to core.js and core.css as an absolute
link to remote.php, and since http:// is not accesible owncloud
doesn't work. The other .js and .css files are ok.

<script type="text/javascript"
src="http://owncloud/remote.php/core.js"></script>
<script type="text/javascript"
src="/apps/files/js/jquery.iframe-transport.js"></script>

Does anyone have an idea how to fix this?

Thanks,
Glisha



More information about the Owncloud mailing list