Skip to content

Instantly share code, notes, and snippets.

@macnibblet
Created September 10, 2012 09:33
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 macnibblet/3689927 to your computer and use it in GitHub Desktop.
Save macnibblet/3689927 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName github.office.pmg.se
# !!! Be sure to point DocumentRoot to 'public'!
DocumentRoot /home/gitlab/gitlab/public
<Directory /home/gitlab/gitlab/public>
AllowOverride all
# MultiViews must be turned off.
Options -MultiViews
</Directory>
# Setup alias for satis
Alias ^/composer/ /home/gitlab/composer
# Configure satis alias
<Directory "/home/gitlab/composer/">
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment