X-Git-Url: https://jfr.im/git/uguu.git/blobdiff_plain/4e4aef01ce397cb2476549bbcf0cce85b308d498..a405e92a9bc07cc78824595e4ce4a880d616a96a:/README.md diff --git a/README.md b/README.md index 5f00fc1..2a146da 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ * Apache (PHP 5.6) on Debian 8 Jessie * Nginx+PHP5-FPM (PHP 5.6) on Debian 8 Jessie * Apache (PHP 5.6.33 (remi-php56)) on CentOS 6.9 +* [Caddy](https://caddyserver.com/) + php7.0-fpm on Ubuntu 16.04.4 LTS # Install: @@ -89,6 +90,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