From ebcc4c568315e311995273bdfb74380834656401 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 5 Dec 2020 19:08:38 -0300 Subject: Fix: restrict access using HTTP Auth --- www/.htaccess | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/www/.htaccess b/www/.htaccess index 381c0fe..e79169b 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -38,3 +38,11 @@ ExpiresByType text/css "access plus 15 days" SetOutputFilter DEFLATE # + +# Workaround to decrease resource consumption + +AuthType Basic +AuthName "links - semanticscuttle" +AuthUserFile /var/sites/links/site/.htpasswd +Require valid-user + -- cgit v1.2.3