diff --git a/web-server/apache/gitlab-ssl.conf b/web-server/apache/gitlab-ssl.conf index ca296a6..58d5f24 100644 --- a/web-server/apache/gitlab-ssl.conf +++ b/web-server/apache/gitlab-ssl.conf @@ -34,7 +34,7 @@ RewriteEngine on RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f - RewriteRule ^/(.*)$ http://127.0.0.1:9292%{REQUEST_URI} [P,QSA] + RewriteRule ^/(.*)$ http://127.0.0.1:8080%{REQUEST_URI} [P,QSA] # needed for downloading attachments DocumentRoot /home/git/gitlab/public