]> jfr.im git - uguu.git/commitdiff
works with caddy!
author0x617661696c <redacted>
Mon, 19 Mar 2018 03:41:17 +0000 (04:41 +0100)
committerGitHub <redacted>
Mon, 19 Mar 2018 03:41:17 +0000 (04:41 +0100)
Also add example caddy config

README.md

index 5f00fc110ebe2a209aedcf9904799f5b6a88a746..2a146dad91d1f6746cfae1b67c175f9f06996d38 100644 (file)
--- 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