mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
only bind local port
This commit is contained in:
parent
00a97eb686
commit
2a7c618e9d
1 changed files with 1 additions and 1 deletions
2
bin/prod
2
bin/prod
|
@ -11,7 +11,7 @@ export FLASK_ENV=production
|
|||
mkdir -p $BASE
|
||||
|
||||
gunicorn \
|
||||
--bind 0.0.0.0:4000 "suchwow.app:app" \
|
||||
--bind 127.0.0.1:4000 "suchwow.app:app" \
|
||||
--daemon \
|
||||
--log-file $BASE/gunicorn.log \
|
||||
--pid $BASE/gunicorn.pid \
|
||||
|
|
Loading…
Reference in a new issue