Michael Stum
Michael Stum
I've added @0xced to be a package owner [of the Nuget package](https://www.nuget.org/packages/simplexcel/), as Cédric graciously agreed to continue the project, and has made several PRs before. Thank you!
Is commenting enough to make it un-stale? Not sure if there's anything else to do?
When using nginx, here's how the config for the forwarding could be done: ``` server { server_name mygitblit.example.com; listen 80; return 301 https://$host$request_uri; } ``` This is in addition to...