vitorsantanna2 / transcendence

Este projeto consiste em um jogo de Ping Pong multiplayer, e foi criado com a finalidade de finalizar o currículo básico(common-core) da 42Rio.
https://kingkong.tupinymquim.com
MIT License
5 stars 0 forks source link

Implement Nginx with HTTPS #6

Closed vitorsantanna2 closed 3 months ago

vitorsantanna2 commented 3 months ago

The Django documentation recommends using Apache as a web server.

And it is mandatory to use https in this project

Useful links: APACHE/WSCGI HTTPS/SSL DJANGO

vitorsantanna2 commented 3 months ago

Setting up nginx with uwsgi has become much easier and simpler than using Apache. See PR 11 Useful Links: Deploy with uwsgi and nginx Setting up Django and your web server with uWSGI and nginx

vitorsantanna2 commented 3 months ago

HTTPS working on KingKong Useful Links: CERTBOT CENTOS 8

vitorsantanna2 commented 3 months ago

add kingkong domain