I used nginx for several years as my reverse proxy, it was fine but the setup required making changes to the compose files for the services.
Same with a caddy based solution. My varnish setup requires varnish
to know about the services, but the services don't require any changes.

Whatever you do, don't make the mistake I made, I tried to use the nginx reverse-proxy to do static content delivery too. It's better to run two completely separate containers, one for the proxy and one for content. It's more manageable.

This nginx setup works great, I like how it automatically interfaces to Let's Encrypt: http://jasonwilder.com/blog/2014/03/25/automated-nginx-reverse-proxy-for-docker/

I have not tried Traefik, but there appears to be a paywall ("get pricing") in front of it, is there a free version?


Brian



_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to