adding signature check for PrivateBin archive, securing installation by splitting web root from libraries and data
This commit is contained in:
@@ -48,7 +48,7 @@ http {
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
root /privatebin;
|
||||
root /var/www;
|
||||
index index.php index.html;
|
||||
|
||||
location ~* \.(jpg|jpeg|gif|css|png|js|map|woff|woff2|ttf|svg|eot)$ {
|
||||
|
||||
Reference in New Issue
Block a user