# Doporučení: zabezpečit admin Basic Auth (Apache)
AuthType Basic
AuthName "Admin"
AuthUserFile /ABSOLUTNI_CESTA/NA/.htpasswd
Require valid-user
