How to install python, postgreSQL, django, gunicorn and nginx on ubuntu

preview_player
Показать описание
You will see how to create a new project, environment, django-cms, gunicorn and nginx on ubuntu. If you have any questions, drop a line in comments.

server {
listen 80 default_server;
listen [::]:80 default_server;
location /static/ {
root /demid/myprojectdir;
}

location / {
include proxy_params;
#proxy_set_header Host $http_host;
# proxy_set_header X-Real-IP $remote_addr;
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header X-Forwarded-Proto $scheme;

}
}
Рекомендации по теме
join shbcf.ru