Refactorio / FactorioWebInterface

MIT License
0 stars 6 forks source link

Ban Tests #43

Closed grilledham closed 5 years ago

grilledham commented 5 years ago

This refactors and adds tests for the ban logic and sync between servers.

I also updated the packages.

When I deployed it to my server I had connection problems which I think were caused by https redirection. I want to investigate the issue before I merge this.

grilledham commented 5 years ago

I forwarded headers and removed https redirection, which is apparently what you should do if you are running kestrel behind a reverse proxy. It seems to work now in production as I would expect it to.