I hereby claim:
- I am zenginechris on github.
- I am zenginechris (https://keybase.io/zenginechris) on keybase.
- I have a public key ASBfrTB7U0Et9bTZdh4vo0AeXlWb5iH0pZM4kEVIA9wPDwo
To claim this, I am signing this object:
| { | |
| description = "Developer env for ruby"; | |
| inputs = { | |
| nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; | |
| }; | |
| outputs = { self, nixpkgs }: | |
| let | |
| supportedSystems = [ | |
| "aarch64-darwin" | |
| "aarch64-linux" |
I hereby claim:
To claim this, I am signing this object:
| # to generate your dhparam.pem file, run in the terminal | |
| openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |
| var express = require('express'); | |
| var bodyParser = require('body-parser'); | |
| var httpProxy = require('http-proxy'); | |
| var app = express(); | |
| /* create a proxy server */ | |
| var proxy = httpProxy.createProxyServer({}); | |
| /* proxy the hole /example path */ |
| a test gist |