OpenMarshal / npm-WebDAV-Server

WebDAV Server for npm
The Unlicense
246 stars 65 forks source link

Load balancer #109

Open BasToTheMax opened 2 years ago

BasToTheMax commented 2 years ago

Can I use this behind a load balancer, but that all the files are still accessible?

So I can split all the files to multiple servers.

hironico commented 2 years ago

Hello

I have build my own server for backuping NAS files thanks to this code base. It is running behind haproxy without particular configuration other than SSL. I presume this should also work for other load balancers as well.

hironico

De : @.> Envoyé le :lundi 6 décembre 2021 09:47 À : @.> Cc : @.***> Objet :[OpenMarshal/npm-WebDAV-Server] Load balancer (Issue #109)

Can I use this behind a load balancer, but that all the files are still accessable?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/OpenMarshal/npm-WebDAV-Server/issues/109, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AF2SATNROC3WPMEYUQRNLX3UPR2A7ANCNFSM5JOBQ2HQ. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

sandunisuru commented 11 months ago

Yes, of course, I am running a WebDAV server with this library behind an AWS ALB and it works perfectly.