added current env style

This commit is contained in:
Priit Tark 2015-01-16 12:00:40 +02:00
parent 5ddb7ff268
commit 0444b75fee
6 changed files with 23 additions and 10 deletions

View file

@ -123,7 +123,12 @@ For Apache, registry admin goes to port 443 in production, /etc/apache2/sites-en
SSLCipherSuite RC4-SHA:HIGH:!ADH
<Directory /app/registry/registry/current/public>
Require all granted
# comment out if Apache 2.4 or newer
Allow from all
# uncomment if Apache 2.4 or newer
# Require all granted
Options -MultiViews
</Directory>
</VirtualHost>