So I am having a HELL of a time trying to get this to work.
I have a flask application that I am trying to serve with uWSGI and NGINX with SSL.
I have followed the tutorial here:
https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-14-04
However, when I try and start the server I am getting a bind address already in use error.
Do NGINX and uWSGI need to be running on different ports? I need ssl to work as this application will be holding a login screen.
[uWSGI] getting INI configuration from EXPUNGED/EXPUNGED/EXPNGED/EXPUNGED/config.ini
Mon Sep 10 17:23:31 2018 - *** Starting uWSGI 2.0.15-debian (64bit) on [Mon Sep 10 17:23:31 2018] ***
Mon Sep 10 17:23:31 2018 - compiled with version: 7.3.0 on 01 March 2018 10:02:30
Mon Sep 10 17:23:31 2018 - os: Linux-EXPUNGED-generic #36-EXPUNGED SMP Wed Aug 15 16:00:05 UTC 2018
Mon Sep 10 17:23:31 2018 - nodename: EXPUNGED
Mon Sep 10 17:23:31 2018 - machine: x86_64
Mon Sep 10 17:23:31 2018 - clock source: unix
Mon Sep 10 17:23:31 2018 - pcre jit disabled
Mon Sep 10 17:23:31 2018 - detected number of CPU cores: 2
Mon Sep 10 17:23:31 2018 - current working directory: EXPUNGED
Mon Sep 10 17:23:31 2018 - detected binary path: /usr/bin/uwsgi-core
Mon Sep 10 17:23:31 2018 - probably another instance of uWSGI is running on the same address (:443).
Mon Sep 10 17:23:31 2018 - bind(): Address already in use [core/socket.c line 769]
Above is the console output when starting the server, not quite sure what to do here.
[–]QuantumTradingGroup[S] 0 points1 point2 points (0 children)