mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
update readme
This commit is contained in:
parent
195f98c93c
commit
a02ed53b11
1 changed files with 2 additions and 6 deletions
|
@ -127,13 +127,9 @@ For Apache, registry admin goes to port 443 in production, /etc/apache2/sites-en
|
||||||
SSLHonorCipherOrder On
|
SSLHonorCipherOrder On
|
||||||
SSLCipherSuite RC4-SHA:HIGH:!ADH
|
SSLCipherSuite RC4-SHA:HIGH:!ADH
|
||||||
|
|
||||||
<Directory />
|
|
||||||
Options FollowSymLinks -Indexes
|
|
||||||
AllowOverride None
|
|
||||||
</Directory>
|
|
||||||
<Directory /app/registry/registry/current/public>
|
<Directory /app/registry/registry/current/public>
|
||||||
Options -MultiViews -Indexes
|
Require all granted
|
||||||
AllowOverride all
|
Options -MultiViews
|
||||||
</Directory>
|
</Directory>
|
||||||
</VirtualHost>
|
</VirtualHost>
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue