2 lines
63 B
Bash
Executable file
2 lines
63 B
Bash
Executable file
#! /bin/bash
|
|
uwsgi --http 0.0.0.0:5000 -w interverse-proxy:app
|