allow python modules to be on http server

This commit is contained in:
roberto@mrspurr
2011-03-20 07:51:56 +01:00
parent 22de5b523e
commit b90d711764
3 changed files with 42 additions and 25 deletions
+1
View File
@@ -1,4 +1,5 @@
import sys
import uwsgi
content_type = 'image/png'
filename = 'logo_uWSGI.png'