From: Silvio Rhatto Date: Sat, 5 Dec 2020 22:08:38 +0000 (-0300) Subject: Fix: restrict access using HTTP Auth X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ebcc4c568315e311995273bdfb74380834656401;p=semanticscuttle.git Fix: restrict access using HTTP Auth --- 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 +