[Grok-dev] Grok Admin App behind a http server.
Fernando Correa Neto
fcdoth at gmail.com
Fri Mar 21 16:40:54 EDT 2008
Hi,
I am currently trying to set up the grok admin app behind nginx using
the following proxy_pass statement:
proxy_pass http://localhost:8080/applications/++vh++http:www.mydomain.com:80/++;
This doesn't work because it seems that all the resources are loaded
from http://localhost:8080/@@/grok.admin/some_resource.jpg and not
from http://localhost:8080/APPLICATIONS/@@/grok.admin/some_resource.jpg;
I didn't check but this is prooly a custom traverser for that app?
This proxy_pass doesn't work either:
proxy_pass http://localhost:8080/++vh++http:www.mydomain.com:80/++;
Has anyone ever served the grok admin interface behind any http server?
Best Regards,
Fernando
More information about the Grok-dev
mailing list