This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nutellarechner.de/stats/.htaccess
T
2026-04-25 21:04:42 +02:00

10 lines
316 B
ApacheConf

AuthType Basic
AuthName "Members Only"
AuthUserFile /var/www/clients/client1/web59/web/stats/.htpasswd_stats
require valid-user
DirectoryIndex index.html index.php
Header set Content-Security-Policy "default-src * 'self' 'unsafe-inline' 'unsafe-eval' data:;"
<Files "goaindex.html">
AddDefaultCharset UTF-8
</Files>