Basic api stuff and bot exec

This commit is contained in:
Dustin Pianalto
2019-09-16 22:01:11 -08:00
parent d6fa090a56
commit fb9744a93a
98 changed files with 1056 additions and 896 deletions
+2 -2
View File
@@ -13,11 +13,11 @@ server {
error_log /tmp/logs/geeksbot/error.log;
location /static/ {
alias /code/staticfiles/;
alias /code/geeksbot_v2/staticfiles/;
}
location /error/ {
alias /code/staticfiles/errors/;
alias /code/geeksbot_v2/staticfiles/errors/;
}
location / {
+1 -1
View File
@@ -1,6 +1,6 @@
[program:geeksbot]
command=/usr/local/bin/gunicorn config.wsgi:application -c /etc/gunicorn.conf
directory=/code/
directory=/code/geeksbot_v2
stdout_logfile=/tmp/logs/geeksbot/gunicorn.log
autostart=true
autorestart=true