]> jfr.im git - uguu.git/blobdiff - README.md
I didn't get it right at first
[uguu.git] / README.md
index e4c79565cdff79774aa9e7801204815f9797bc10..840f1908192dce2041a713d04d9d3c6d630acfdf 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # About
-Uguu is a temporary file host, which deletes files after X amount of time.
+[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
@@ -30,12 +30,12 @@ Uguu is a temporary file host, which deletes files after X amount of time.
 
         Alias "/files" "/var/www/Uguu/public/files/"
         <Directory /var/www/Uguu/public/files/>
-               <Files *>
-                        SetHandler default-handler
-                </Files>
-                AllowOverride None
-                Options -Indexes
-                Require all granted
+                     <Files *>
+            SetHandler default-handler
+          </Files>
+          AllowOverride None
+          Options -Indexes
+          Require all granted
         </Directory>
 
 </VirtualHost>