From 8ad079ed0a7458a2f5df6e58a3788ff54d7d7684 Mon Sep 17 00:00:00 2001 From: andreimarcu Date: Thu, 8 Oct 2015 01:40:03 -0400 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa116fd..295bfc3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Command-line options - ```-siteurl "http://mylinx.example.org/"``` -- the site url (for generating links) - ```-filespath files/"``` -- Path to store uploads (default is files/) - ```-metapath meta/``` -- Path to store information about uploads (default is meta/) -- ```-maxsize 4294967296``` "maximum upload file size in bytes (default 4GB)" +- ```-maxsize 4294967296``` maximum upload file size in bytes (default 4GB) - ```-certfile path/to/your.crt``` -- Path to the ssl certificate (required if you want to use the https server) - ```-keyfile path/to/your.key``` -- Path to the ssl key (required if you want to use the https server) - ```-contentsecuritypolicy "..."``` -- Content-Security-Policy header for pages (default is "default-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; referrer none;")