Skip to content
Snippets Groups Projects
Commit f4f1b5d9 authored by jurgenhaas's avatar jurgenhaas
Browse files

Correct redirect for API version v4

parent 0878f2e7
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
RewriteEngine on
#Don't escape encoded characters in api requests
RewriteCond %{REQUEST_URI} ^/api/v3/.*
RewriteCond %{REQUEST_URI} ^/api/v4/.*
RewriteRule .* http://127.0.0.1:8181%{REQUEST_URI} [P,QSA,NE]
#Forward all requests to gitlab-workhorse except existing files like error documents
......
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