-
Published Question
I have a Flask application that uses SocketIO to fetch data from Postgres live.
My socketio in JS is like this:
var socket = io.connect('http://localhost:8083')
The app works fine when I run this locally.
The problem ...
1
•
•
By
th3pl4gu33
Docker
Flask
-
Published Question
I have an Ubuntu-20.04 server, and I am using this to deploy multiple docker containers and using reverse proxies to host them on Nginx.
I have 2 domains linked to my server (Single Public IP). Let's name them domain1...
1
•
•
By
th3pl4gu33
Nginx
Ubuntu 20.04
-
Published Question
Hello all,
I am new to this so forgive me if this is stupid.
I am testing a website on my droplet using docker and Nginx and it works only without www If you go to th3pl4gu3.com you will see that it works but www.th3p...
Accepted Answer:
Hi there @th3pl4gu33,
I've tested your website and it works for both the www and the non-www versions.
Note that it could take up to 24-48 hours for the DNS cache to clear over the Globe before you could see the lates...
1
•
•
By
th3pl4gu33
Nginx
DNS