How to configure Askbot with Nginx and uWSGI?
Please provide me a Nginx Configuration for AskBot file located at /etc/nginx/sites-available/
directory
Please provide me a Nginx Configuration for AskBot file located at /etc/nginx/sites-available/
directory
I use uwsgi
with nginx
This is my nginx configuration:
server {
listen 80;
server_name ldstw.org www.ldstw.org;
location / {
include uwsgi_params;
uwsgi_pass unix:/home/s930029/GospelForum/askbot.sock;
}
}
This is my uwsgi configuration
[uwsgi]
project = askbot
base = /home/s930029
static-map = /m=/home/s930029/GospelForum/static
chdir = %(base)
home = /home/s930029/.virtualenvs/askbot/
wsgi-file = /home/s930029/GospelForum/django.wsgi
master = true
processes = 5
threads = 2
logto = /var/log/uwsgi/%n.log
socket = %(base)/GospelForum/askbot.sock
chmod-socket = 664
setuid = www-data
setgid = www-data
vacuum = true
My /etc/systemd/system/uwsgi.service
[Unit]
Description=uWSGI Emperor service
[Service]
ExecStartPre=/bin/bash -c 'mkdir -p /run/uwsgi; chown s930029:www-data /run/uwsgi'
ExecStart=/usr/local/bin/uwsgi --emperor /etc/uwsgi/sites
Restart=always
KillSignal=SIGQUIT
Type=notify
NotifyAccess=all
[Install]
WantedBy=multi-user.target
For explanation: see https://www.digitalocean.com/communit...
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-01-18 11:20:42 -0600
Seen: 14,230 times
Last updated: Jan 25 '17
serve askbot on nginx with uwsgi or gunicorn from subpath
Can't make ASKBOT work with uWSGI
How to configure uWSGI to serve Askbot?
How can i run multiple instances of askbot on a server?
AskBot v0.10.2: How to update footer.html ...
"502 Bad Gateway" when visiting certain URLs, Part 2
Dear @Evgeny Please **tag** this question with **nginx** tag Regards
@gopalraha is retag function not working for you?
Yes!!! Its not working for me..
What browser are you using?
I forget to **tag** the question when I have ask the question here. When I use the **retag** function it won't works anymore.