Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Castellum
castellum
Commits
be263659
Commit
be263659
authored
May 07, 2018
by
Stefan Bunde
Browse files
listen in django container on port 8000 like the django development server
parent
53cf143f
Pipeline
#204
passed with stage
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
castellum_core/uwsgi.ini
View file @
be263659
[uwsgi]
chdir
=
/code/castellum_core
wsgi-file
=
castellum_core/wsgi.py
socket
=
0.0.0.0:
9
000
socket
=
0.0.0.0:
8
000
plugin
=
python3
env
=
DJANGO_SETTINGS_MODULE=castellum_core.settings.stage
uid
=
uwsgi
services/nginx/nginx.conf
View file @
be263659
...
...
@@ -5,7 +5,7 @@ events {
http
{
upstream
castellum_core
{
server
web
:
9
000
;
server
web
:
8
000
;
}
server
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment