meteor-factory / meteor-admin-lte

23 stars 34 forks source link

Incorrect url to css files when running behind nginx #24

Open Herteby opened 8 years ago

Herteby commented 8 years ago

I'm running Meteor on a server behind nginx. But the url my browser is given for the css-files is http://localhost:8000/packages/mfactory_admin-lte/css/AdminLTE.min.css

The issue is with admin-lte using the function Meteor.absoluteUrl(), which doesn't work properly behind a proxy.

I'm not having this issue with any other package, such as Bootstrap. I guess they do it some other way without using that function.