]> jfr.im git - uguu.git/blobdiff - README.md
Merge pull request #49 from avail/avail-patch-1
[uguu.git] / README.md
index 7e4d4f46ce40237beb312d11e8657c2d10cd27c8..cb3f58f87c0f467f1188deec76d8b9230b8f70c3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,12 +2,13 @@
 [Uguu.se](http://uguu.se) source code, stores files and deletes after X amount of time.
 
 # Tested with:
-* Nginx+PHP5-FPM (PHP 5.4) on Debian 7 Wheezy
 * Apache (PHP 5.4) on Ubuntu 14.04 LTS
 * 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
+* 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:
 
@@ -90,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