summarylogtreecommitdiffstats
path: root/apache2.2-ssl.conf.example
diff options
context:
space:
mode:
authorLopo2016-04-25 09:14:37 +0200
committerLopo2016-04-25 09:14:37 +0200
commitcbbead233dbceedf668b619f38c9682e58815560 (patch)
tree5ffc415231439c14bc015c60eab73a8a2c8d41b6 /apache2.2-ssl.conf.example
parente0dc21dd57f561cb344264b123e6a2280f645cef (diff)
downloadaur-cbbead233dbceedf668b619f38c9682e58815560.tar.gz
v8.7.0
Diffstat (limited to 'apache2.2-ssl.conf.example')
-rw-r--r--apache2.2-ssl.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache2.2-ssl.conf.example b/apache2.2-ssl.conf.example
index 7eccef7bc428..0e6ed900c2e1 100644
--- a/apache2.2-ssl.conf.example
+++ b/apache2.2-ssl.conf.example
@@ -61,7 +61,7 @@
RewriteEngine on
#Don't escape encoded characters in api requests
- RewriteCond %{REQUEST_URI} ^/api/v3/.* [OR]
+ RewriteCond %{REQUEST_URI} ^/api/v3/.*
RewriteRule .* http://127.0.0.1:8181%{REQUEST_URI} [P,QSA,NE]
#Forward all requests to gitlab-workhorse except existing files like error documents