From: raffaele m. <raf...@at...> - 2011-01-27 10:09:47
|
Hi, i've a wayback (1.6.0), deployed on tomcat, in ROOT working smoothly from http://mydomain.it:8080 in wayback.xml i got the following conf: wayback.urlprefix=http://mydomain.it:8080/ .. <bean name="mydomain.it:8080" class="org.archive.wayback.webapp.AccessPoint"> now i want to put tomcat behind a reverse proxy, just because i'm not so confident with tomcat security. i was thinking to use nginx, it's simple and fast this piece of conf should be enough to set up the proxy https://gist.github.com/5b1bbc64ef20a0bf1844 but how i had to modify the AccessPoint bean to let the proxy to work? i see that waybackmachine.org uses tomcat behind varnish, is possible to look at your configuration? ~ curl -I waybackmachine.org Server: Apache-Coyote/1.1 Via: 1.1 varnish thank you, ciao. -- raf...@at... |