mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
18 lines
459 B
Text
18 lines
459 B
Text
Listen 8888
|
|
<VirtualHost *:8888>
|
|
ServerName registry.gitlab.eu
|
|
ServerAdmin info@gitlab.eu
|
|
|
|
PassengerEnabled on
|
|
RailsEnv production
|
|
DocumentRoot /home/app/epp-tester/current/public
|
|
|
|
ErrorLog /var/log/apache2/epp-tester.error.log
|
|
LogLevel info ssl:warn
|
|
CustomLog /var/log/apache2/epp-tester.access.log combined
|
|
|
|
<Directory /home/app/epp-tester/current/public>
|
|
Require all granted
|
|
Options -MultiViews
|
|
</Directory>
|
|
</VirtualHost>
|