EOX GitLab Instance

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

add rewrite to 200 on proxy auth success

parent 19282c23
No related branches found
No related tags found
2 merge requests!55Production release 1.2.0,!54Shib configs update
......@@ -21,6 +21,8 @@
</If>
<Else>
Require all granted
RewriteEngine On
RewriteRule ^.*$ - [R=200]
</Else>
</Location>
......@@ -31,6 +33,8 @@
</If>
<Else>
Require all granted
RewriteEngine On
RewriteRule ^.*$ - [R=200]
</Else>
</Location>
......
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