Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] using nginx or other Webserver in front of Jetty


Hi,

is there any real advantage to use nginx in front of jetty or other webserver? Ive been using jetty for a long time, but always delivering static files (html,css,js,mp3, etc) with other webserver and proxying requests to servlets to jetty. But now that jetty support http2 isn't a good idea to serve everything servlets and static content through jetty? so I don't have to manage 2 different servers? is there any drawback? 

thanks!

best regards

Back to the top