This example nginx configuration will enable subdomain routing to a single backend path based on the subdomain.
It shows both catch-all routing and specific subdomain routing.
instal stunnel from your package manager. This allows you to wrap any TCP protocol (ssh, postgresql, mysql) in TLS.
download the stunnel.conf from this gist and replace the example.com host with your custom domain (also in the ssh command below).
run stunnel stunnel.conf in a terminal
connect your localhost.run tunnel on port 80 to your backend service.
ssh -R example.com:80:localhost:5432 [email protected] connects a tunnel to a local postgres on port 5432, change the port for other services
connect your client to port 9999 (or what ever port you specified in stunnel.conf), for eg:.
psql postgresql://localhost:9999/dbnamemysql -h localhost -P9999ssh localhost -p 9999| const { App, LogLevel, ExpressReceiver } = require('@slack/bolt'); | |
| // this app is by default listening for events/commands/messages/etc on the /slack/events path | |
| const app = new App({ | |
| token: process.env.SLACK_BOT_TOKEN, | |
| logLevel: LogLevel.DEBUG, | |
| signingSecret: process.env.SLACK_SIGNING_SECRET, | |
| }); | |
| /* Add functionality here */ |
| pandoc --template test.tex --variable NAME=tom --variable checkedvar -o test.pdf /dev/null |
| [ | |
| { | |
| "name": "XD84默认配列", | |
| "author": "xiudi" | |
| }, | |
| [ | |
| { | |
| "c": "#0075ad" | |
| }, | |
| "Esc\n\n\n\nsleep", |
| gggg |
| hjghgdfa |
| #!/usr/bin/python |