Hi Amit, thanks for reporting this. It seems this was a bug in the code delivering the web interface assets.
I've created a bug report on GitHub to track this issue: https://github.com/Graylog2/graylog2-server/issues/1982 Cheers, Jochen On Monday, 28 March 2016 15:32:14 UTC+2, [email protected] wrote: > > Hi Team, > > Thanks for the wonderful product. > > i have setup the graylog2 server in environment. > > but getting "script from url was blocked due to mime type mismatch" error > when i access through publicly. > > its working fine locally when i access with the local ip in my environment. > > attached is the reference of error > > i have setup apache server with this virtual host > > > <VirtualHost *:80> > ServerName gl-qa.kaar-ma.com > Redirect permanent / https://abc.amit.com > </VirtualHost> > > <VirtualHost *:443> > ServerName abc.amit.com > > .... > .... > ..... > > SSLProxyEngine on > ProxyRequests Off > ProxyPreserveHost On > ProxyPass / http://IP:9000/ > ProxyPassReverse / http://IP:9000/ > </VirtualHost> > > > please suggest > > thanks > amit > > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/998da7c9-e572-4636-b201-2102532edb8b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
