Skip to content

Instantly share code, notes, and snippets.

View markushaslinger's full-sized avatar

Markus markushaslinger

View GitHub Profile
class Program
{
public static void Main()
{
TimeSpan timeSpan;
Foo foo;
Bar bar;
//Baz baz;
TryTimeSpan(out timeSpan);
location / {
proxy_pass http://localhost:5000;
proxy_read_timeout 120;
proxy_buffering off;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $http_host;
}