Skip to content

Commit

Permalink
Update server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesits authored Apr 8, 2018
1 parent 1754c99 commit 6ce0818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

cp config/*.txt release/
sudo uwsgi --http 0.0.0.0:80 --wsgi-file pxe-server/server.py --callable __hug_wsgi__ --master --processes 4 --threads 2 --harakiri 1200
uwsgi --http 0.0.0.0:80 --wsgi-file pxe-server/server.py --callable __hug_wsgi__ --master --processes 4 --threads 2 --harakiri 1200

0 comments on commit 6ce0818

Please sign in to comment.