Created
June 25, 2024 08:07
-
-
Save steffen-wirth/a2de774bbfc45e3f9fd9623e0c6b11b3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AuthType Basic | |
AuthName 'Authentication required' | |
AuthUserFile /www/htdocs/meinpfad/.htpasswd | |
# Allow access to excluded diretories | |
SetEnvIf Request_URI /api noauth=1 | |
Require env noauth | |
Require env REDIRECT_noauth | |
Require valid-user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment