mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-21 02:44:56 +00:00
Bump Django to 4.2.2 -> 4.2.3
This commit is contained in:
parent
384aa2b152
commit
f0620ecb4f
3 changed files with 56 additions and 50 deletions
9
run.sh
9
run.sh
|
@ -1,9 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
APP_NAME='website.wsgi:application'
|
||||
APP='website.wsgi:application'
|
||||
PATH='/var/www/html/Fluffys-website'
|
||||
PORT=8000
|
||||
WORKERS=3
|
||||
BIND=':8000'
|
||||
|
||||
/usr/bin/poetry run gunicorn ${APP_NAME} \
|
||||
--workers ${WORKERS} \
|
||||
--bind ${BIND}
|
||||
PING=$(/usr/bin/python3 -m gunicorn -w ${WORKERS} -b :$PORT --chdir $PATH $APP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue