internetee-registry/doc/docker/apache2/registry.conf
2014-09-22 13:07:26 +03:00

17 lines
436 B
Text

<VirtualHost *:80>
ServerName registry.gitlab.eu
ServerAdmin info@gitlab.eu
PassengerEnabled on
RailsEnv production
DocumentRoot /home/app/registry/current/public
ErrorLog /var/log/apache2/registry.error.log
LogLevel info ssl:warn
CustomLog /var/log/apache2/registry.access.log combined
<Directory /home/app/registry/current/public>
Require all granted
Options -MultiViews
</Directory>
</VirtualHost>