Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nginx

Nginx Flask Aws 502 Bad Gateway

My server is running great yesterday but now it returned a 502 error, how could this happen? In my … Read more Nginx Flask Aws 502 Bad Gateway

How To Convert Http To Https Using Nginx For Local Server(self Signed Cetificate)

I am trying to convert http to https (secure) inside nginx, for that purpose I created and add self… Read more How To Convert Http To Https Using Nginx For Local Server(self Signed Cetificate)

Django-allauth: How To Modify Email Confirmation Url?

I'm running django on port 8001, while nginx is handling webserver duties on port 80. nginx pr… Read more Django-allauth: How To Modify Email Confirmation Url?

Django - Problems With Static Files When Running In Subpath

I have django app running in subpath example.com/api/. Most of it is rest API (I use django-rest-fr… Read more Django - Problems With Static Files When Running In Subpath

Nginx+bottle+uwsgi Server Returning 404 On Every Request

I have setup an Nginx server with following configuration: server { listen 8080; se… Read more Nginx+bottle+uwsgi Server Returning 404 On Every Request

Multiple Backend Servers Accessible From A Flask Server

I want to have a front-end server where my clients can connect, and depending on the client, be red… Read more Multiple Backend Servers Accessible From A Flask Server