From 0dfed8b660624c22192ca8a4cac1bee74df6df9b Mon Sep 17 00:00:00 2001 From: nokonoko Date: Wed, 18 Nov 2020 13:49:04 +0100 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f93274b..8afc8a8 100644 --- a/README.md +++ b/README.md @@ -116,15 +116,9 @@ define('UGUU_DB_PASS', '[stuff]'); ---> define('UGUU_DB_PASS', null); *NOTE: The directory where the SQLite database is stored, must be writable by the web server user* -### Apache +### Nginx/Apache -If you are running Apache and want to compress your output when serving files, -add to your `.htaccess` file: - - AddOutputFilterByType DEFLATE text/html text/plain text/css application/javascript application/x-javascript application/json - -Remember to enable `deflate_module` and `filter_module` modules in your Apache -configuration file. +I won't cover settings everything up, however do NOT allow PHP scripts to be executed on your subdomain serving the files or someone will just upload a PHP shell and PwN you. ## Getting help