This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-nginx
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Entrecomillo comando
main
creylopez
10 months ago
parent
ca31f05513
commit
6b9db52060
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/config/entrypoint.sh
+ 1
- 1
src/config/entrypoint.sh
View File
@ -4,4 +4,4 @@ RUN_PORT="8000"
/opt/venv/bin/python manage.py migrate --no-input
/opt/venv/bin/gunicorn cfehome.wsgi:application --bind
"
0.0.0.0:
${
RUN_PORT
}
"
--daemon
su -c
nginx -g
'daemon off;
'
su -c
"nginx -g 'daemon off;'
"
Write
Preview
Loading…
Cancel
Save