Skip to content

Signum/knoba-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache config:

  <Location "/facts/">
    ProxyPass uwsgi://127.0.0.1:5005/
  </Location>

uwsgi config:

[uwsgi]
chdir = /home/knoba/web
plugin = python3
file = facts.py
callable = app
uid = knoba
gid = knoba
socket = 127.0.0.1:5005
protocol = uwsgi
master = true
vacuum = true

About

Simple dynamic web page showing facts from the 'knoba' IRC bot on Freenode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published