X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/cc189b20f3e8dd048b91192900d30b00abe451c5..9042e9439aab7bfef8fe4f3ee372cbb04f7a258d:/README.md diff --git a/README.md b/README.md index 901c6e8..cb3f58f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,6 @@ * Nginx+PHP5-FPM (PHP 5.4) on Debian 7 Wheezy * Nginx+PHP5-FPM (PHP 5.6) on Debian 8 Jessie * Nginx+PHP7-FPM (PHP 7.0) on Debian 9 Stretch - * [Caddy](https://caddyserver.com/) + php7.0-fpm on Ubuntu 16.04.4 LTS # Install: @@ -92,6 +91,18 @@ server{ } ``` +Or something like this for usage with caddy: +``` +uguu.se { + fastcgi / /var/run/php/php7.0-fpm.sock php + root /home/neku/www +} + +a.uguu.se { + root /home/neku/www/files +} +``` + # Using the API