Skip to content

Instantly share code, notes, and snippets.

@ibrahimsha23
Created May 22, 2021 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibrahimsha23/a41ac73128419ff291f629ac17172088 to your computer and use it in GitHub Desktop.
Save ibrahimsha23/a41ac73128419ff291f629ac17172088 to your computer and use it in GitHub Desktop.
{
"listeners":{
"*:8080":{
"pass": "applications/flask"
}
},
"applications": {
"flask": {
"type": "python",
"path": "/www/",
"module": "app"
}
}
}
@ibrahimsha23
Copy link
Author

initial commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment