Hi all,

I'm hoping someone can provide some help or insight as I'm going crazy 
trying to figure out the issue of why archives that I download are empty (0 
bytes).

I'm running GitLab CE 8.8.1 locally with an Apache front end with SSL 
forced redirect.

Here's some of the config for the SSL portion, which is following the 
recipes from Gitlab.  I'm not seeing anything in any of the logs that is 
telling me something is wrong and now I'm not sure where to turn. 
 Everything else is working just fine.

  RewriteEngine on

 #Don't escape encoded characters in api requests
  RewriteCond %{REQUEST_URI} ^/api/v3/.*
  RewriteRule .* http://127.0.0.1:8181%{REQUEST_URI} [P,QSA,NE]
# RewriteRule /[-\/\w\.]+\.git\/ http://127.0.0.1:8181%{REQUEST_URI} 
[P,QSA,L]
# RewriteCond %{REQUEST_URI} ^/api/v3/.* [OR]
 #RewriteRule .* http://127.0.0.1:8888%{REQUEST_URI} [P,QSA,NE]

 # Forward all requests to gitlab-workhorse except existing files like 
error documents
  RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f [OR]
  RewriteCond %{REQUEST_URI} ^/uploads/.*
  RewriteRule .* http://127.0.0.1:8888%{REQUEST_URI} [P,QSA]

  RequestHeader set X_FORWARDED_PROTO 'https'
  RequestHeader set X-Forwarded-Ssl on

    # needed for downloading attachments
  DocumentRoot /opt/gitlab/embedded/service/gitlab-rails/public


Thanks,
Brandon

-- 
You received this message because you are subscribed to the Google Groups 
"GitLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitlabhq+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/gitlabhq/b5cc9ed7-6443-49e0-93c4-af27c2b17f73%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to