From 208bc139f2dc969754a4afafdf8b09bf84ed48f1 Mon Sep 17 00:00:00 2001 From: Jennifer Date: Thu, 16 Aug 2018 14:53:19 -0700 Subject: [PATCH] removed duplicate files --- armbian/caddy.md | 102 ----------------------------------------------- 1 file changed, 102 deletions(-) delete mode 100644 armbian/caddy.md diff --git a/armbian/caddy.md b/armbian/caddy.md deleted file mode 100644 index 6b803c5..0000000 --- a/armbian/caddy.md +++ /dev/null @@ -1,102 +0,0 @@ -# Web Service Proxy (caddy) - -Simple and efficient go based proxy server and static web host. TLS and more supported out of the box. Supports all kinds of arch's and you probably want to just use this as it's the simplest approach and leanest. - -## SSL Certs - -This assumes you've run the [Let's Encrypt](lets_encrypt.md) process to get your certificates setup properly. - -## Inspiration / Sources - -- [https://caddyserver.com/](https://caddyserver.com/) -- [https://github.com/lucaslorentz/caddy-docker-proxy](https://github.com/lucaslorentz/caddy-docker-proxy) - -## Docker Integration - -Please note the Docker plugin is for a *swarm* which is *not* setup in these docs. It does **NOT** apply to this build. - -## Install - -``` bash - -mkdir /var/log/caddy -mkdir -p /etc/caddy/services -chown www-data /var/log/caddy /etc/caddy -mkdir -p /var/www -chown www-data /var/www -mkdir /var/log/caddy -chown www-data /var/log/caddy -cat > /root/update_caddy.sh < /etc/caddy/Caddyfile < /etc/unbound/local_zone/caddy.conf <