mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
@@ -19,7 +19,7 @@ scheduler() {
|
||||
}
|
||||
|
||||
server() {
|
||||
exec sudo -E -u redash /usr/local/bin/gunicorn -b 0.0.0.0:5000 --name redash -w4 redash:app
|
||||
exec sudo -E -u redash /usr/local/bin/gunicorn -b 0.0.0.0:5000 --name redash -w4 redash.wsgi:app
|
||||
}
|
||||
|
||||
help() {
|
||||
|
||||
Reference in New Issue
Block a user