Skip to content

Commit

Permalink
Temporarily fix steem-python filesytem access requirement bug
Browse files Browse the repository at this point in the history
  • Loading branch information
john-g-g committed Sep 14, 2017
1 parent 2159f6a commit e2b48a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/hive-web/run
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash


exec setuidgid nobody uwsgi \
exec uwsgi \
--master \
--http :"${HTTP_SERVER_PORT}" \
--wsgi-file "${WSGI_APP}" \
--processes "${HTTP_SERVER_PROCESSES:-8}" \
--threads "${HTTP_SERVER_THREADS:-1}" \
--stats 0.0.0.0:"${HTTP_SERVER_STATS_PORT}" \
--stats-http
--stats-http

0 comments on commit e2b48a9

Please sign in to comment.