mirror of
https://github.com/Lucas-V-L/lucasvl.nl.git
synced 2025-01-15 05:33:14 -06:00
3 lines
64 B
Bash
Executable file
3 lines
64 B
Bash
Executable file
#!/bin/sh
|
|
uwsgi --http 127.0.0.1:8000 --master -p 4 -w main:app
|