mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
added current env style
This commit is contained in:
parent
5ddb7ff268
commit
0444b75fee
6 changed files with 23 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue