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