aboutsummaryrefslogtreecommitdiffstats
path: root/posts/201610-uwsgi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'posts/201610-uwsgi.rst')
-rw-r--r--posts/201610-uwsgi.rst18
1 files changed, 8 insertions, 10 deletions
diff --git a/posts/201610-uwsgi.rst b/posts/201610-uwsgi.rst
index a2e0d26..cf84e42 100644
--- a/posts/201610-uwsgi.rst
+++ b/posts/201610-uwsgi.rst
@@ -1,13 +1,11 @@
-Securely serving webapps using uWSGI
-####################################
-
-:date: 2016-10-08 09:00
-:modified: 2016-10-08 05:00
-:tags: application server, archlinux, cgit, mediawiki, nginx, owncloud, php, python, redis, roundcube, security, sockets, systemd, uwsgi, webapps, wordpress
-:category: admin
-:slug: securely-serving-webapps-using-uwsgi
-:summary: An introductory on securely and dynamically serving many webapps with the help of |website-nginx| and |website-uwsgi| with |website-systemd| on |website-archlinux|
-:authors: David Runge
+.. title: Securely serving webapps using uWSGI
+.. date: 2016-10-08 09:00 UTC+02:00
+.. modified: 2016-10-08 05:00 UTC+02:00
+.. tags: application server, archlinux, cgit, mediawiki, nginx, owncloud, php, python, redis, roundcube, security, sockets, systemd, uwsgi, webapps, wordpress
+.. category: admin
+.. slug: securely-serving-webapps-using-uwsgi
+.. summary: An introductory on securely and dynamically serving many webapps with the help of |website-nginx| and |website-uwsgi| with |website-systemd| on |website-archlinux|
+.. authors: David Runge
| Ever since I have been running my own |website-archlinux| box to serve my services, I used |website-nginx| in conjunction with |website-uwsgi|.
| So instead of using |website-php-fpm| and be limited to just |website-php|, I can use a single application server to do all of them (|wiki-cgi|, |website-python|, |website-php| and even the stuff I don't use, such as |website-ruby|, |website-mono|, |website-java|, |website-lua|, |website-perl|, |website-webdav|). They are all separately installable as plugins.