]> git.mxchange.org Git - simple-upload.git/blobdiff - README.md
Also here the upload path needs to be included, else the files cannot be
[simple-upload.git] / README.md
index 6cbae85de2773af39289ff4db293228777594275..4e87b68e331521671adda75896a64d2100c951c7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Simple single-file PHP file upload (file share hosting) script.
 - [x] Delete files
 - [x] Private files
 - [x] Sort by age
-- [ ] Auto-remove old files
+- [x] Auto-remove old files
 - [ ] AJAX Uploader
 
 ## Installation
@@ -81,6 +81,8 @@ Do not allow uploaded code execution!
 
 ### NGINX configuration example
 
+Edit the NGINX configuration file (`/etc/nginx/sites-enabled/fileuploader`):
+
        server {
                listen 80 default_server;
                listen [::]:80 default_server ipv6only=on;