'Does uWSGI need to create an http router when I want to use ngingx as my server?
The uWSGI options of a Docker image I run contains the following option: --http :5000.
From the uWSGI docs I understand it is there to:
add an http router/server on the specified address
I want to use ngingx as described in this answer and use the uwsgi_pass setting. Do I still need to keep the --http :5000 option of uWSGI, or would that create two servers serving the same web app?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
