EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit a8769d99 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

add rewrite to 200 on basic auth apache success

parent 09cdb7cc
No related branches found
No related tags found
2 merge requests!55Production release 1.2.0,!54Shib configs update
......@@ -42,6 +42,8 @@
AuthBasicProvider file
AuthName "/secure"
AuthUserFile /run/secrets/BASIC_AUTH_USERS_AUTH
RewriteEngine On
RewriteRule ^.*$ - [R=200]
</If>
<Else>
RewriteEngine On
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment