3 lines
65 B
Bash
Executable File
3 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
uwsgi --http :80 --enable-threads --wsgi-file app.py
|