Merge branch 'setup' of https://bitbucket.org/PekopT/archilance into setup
commit
ad4cfd8b32
3 changed files with 11 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||||
|
bind = '127.0.0.1:8046' |
||||||
|
workers = 3 |
||||||
|
user = "www-data" |
||||||
|
reload = True |
||||||
|
|
||||||
|
try: |
||||||
|
from local_gunicorn import * |
||||||
|
except ImportError: |
||||||
|
pass |
||||||
Loading…
Reference in new issue