Serving static content with uwsgi
You can serve your static files through uwsgi by adding this line to the uwsgi settings: However, I discovered that it did not set mime types correctly. Apparently, uwsgi checks Continue Reading →
You can serve your static files through uwsgi by adding this line to the uwsgi settings: However, I discovered that it did not set mime types correctly. Apparently, uwsgi checks Continue Reading →
I was following the instructions on http://hugo.coding-badger.net/2010/09/29/proxying-transmission-web-interface-with-nginx/ to set up my transmission web gui to be forwarded by nginx. The first example worked fine, but the second one gave me a “Could Continue Reading →