Skip to content

Instantly share code, notes, and snippets.

Created August 22, 2013 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/90498fe6eb1f383c9502 to your computer and use it in GitHub Desktop.
Save anonymous/90498fe6eb1f383c9502 to your computer and use it in GitHub Desktop.
Alias /gitlab /opt/bitnami/apps/gitlab/htdocs/public
<Directory "/opt/bitnami/apps/gitlab/htdocs/public">
Options -MultiViews
allow from all
PassengerUser git
PassengerGroup git
</Directory>
<Location /gitlab>
SetEnv RAILS_RELATIVE_URL_ROOT "/gitlab"
SetEnv MAGIC "/opt/bitnami/ruby/lib/ruby/gems/1.9.1/gems/charlock_holmes-0.6.9.1/ext/charlock_holmes/dst/share/misc/magic.mgc"
PassengerAppRoot "/opt/bitnami/apps/gitlab/htdocs"
</Location>
<Location />
Redirect permanent / http://jbirdvegas.org/gitlab/
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment