Skip to content

Which port to use, 8000 or 8080? #180

Answered by caronc
hudak asked this question in Q&A
Discussion options

You must be logged in to vote

8000 is the port to use if you want to leverage the website to help with the configuration (static file hosting, workers, threading, container log setup, etc).

8080 is the gunicorn application in the background. It's direct to the API (Python CGI interface). I mean, there is no harm using this path if you adopt some of the configuration in the NGinX mapping described above. Personally I would advise using port 8000 as documented though.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hudak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants