-
Published Question
After getting flask running with nginx and uwsgi with the help of this eminent community, and with the guide found here https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-n...
2
•
•
By
broodforge
Nginx
-
Published Question
My hopes are lost and so is my temper. I have followed the tutorial found here -
https://www.digitalocean.com/community/tutorials/how-to-serve-flask-applications-with-uwsgi-and-nginx-on-ubuntu-16-04
I have reinstalled...
Accepted Answer:
@broodforge
Here's what I did, step-by-step, on a test Droplet with Ubuntu 16.04 64bit.
Update, Upgrade, Install
apt-get update \
&& apt-get -y dist-upgrade \
&& apt-get -y install python3-pip python3-dev nginx \
&&...
5
•
•
By
broodforge
Nginx
Ubuntu 16.04
-
Published Answer
Hmmmm……it could be a php issue.....
Darn…how to check if PHP is running?
•
By
broodforge
-
Published Question
Greetings,
Have followed the tutorial but now when I enter site via url I get ERRCONNECTIONREFUSED. The log in /var/log/nginx are empty.
Followed the tutorial found here https://www.digitalocean.com/community/tutorial...
4
•
•
By
broodforge
Nginx
Ubuntu 16.04
-
Published Question
Greetings to all,
First I would like to thank DigitalOcean for their excellent tutorials and How-To's and to all kind members supplying really excellent stuff.
Information found here is a true gem!
Now I have a proble...
1
•
•
By
broodforge