diff options
author | David Runge <dave@sleepmap.de> | 2022-01-31 13:49:39 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-01-31 13:49:39 +0100 |
commit | 56342c36902467e1e37483e8f27869f7e2d55378 (patch) | |
tree | f0ab8d14e9e2c1f38e1c40474b9242dc314b60d9 /posts/2016 | |
parent | 07e2a05e9301a71823aab594308798224af6cc7e (diff) | |
download | sleepmap-56342c36902467e1e37483e8f27869f7e2d55378.tar.gz sleepmap-56342c36902467e1e37483e8f27869f7e2d55378.tar.bz2 sleepmap-56342c36902467e1e37483e8f27869f7e2d55378.tar.xz sleepmap-56342c36902467e1e37483e8f27869f7e2d55378.zip |
Replace 'archlinux' tag with 'arch linux'
posts/201{5,6}/*
Replace all uses of `archlinux` as tag with `arch linux`.
Diffstat (limited to 'posts/2016')
-rw-r--r-- | posts/2016/201609-letsencrypt.rst | 2 | ||||
-rw-r--r-- | posts/2016/201610-uwsgi.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/posts/2016/201609-letsencrypt.rst b/posts/2016/201609-letsencrypt.rst index 4c85993..364c3dc 100644 --- a/posts/2016/201609-letsencrypt.rst +++ b/posts/2016/201609-letsencrypt.rst @@ -1,7 +1,7 @@ .. title: Let's encrypt it all .. date: 2016-09-29 20:00 UTC+02:00 .. modified: 2016-09-30 04:00 UTC+02:00 -.. tags: acme, archlinux, certbot, certificate, dovecot, hidden service, letsencrypt, nginx, openssl, owncloud, postfix, prosody, roundcube, security, ssl, systemd, tls, vpn +.. tags: acme, arch linux, certbot, certificate, dovecot, hidden service, letsencrypt, nginx, openssl, owncloud, postfix, prosody, roundcube, security, ssl, systemd, tls, vpn .. category: admin .. slug: lets-encrypt-it-all .. summary: A short review on half a year of using |website-letsencrypt| for my services. diff --git a/posts/2016/201610-uwsgi.rst b/posts/2016/201610-uwsgi.rst index 886672b..9e6bb50 100644 --- a/posts/2016/201610-uwsgi.rst +++ b/posts/2016/201610-uwsgi.rst @@ -1,7 +1,7 @@ .. 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 +.. tags: application server, arch linux, 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| |