mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Enabling SymLinksIfOwnerMatch
This commit is contained in:
parent
12ad4d80e3
commit
844168f53f
1 changed files with 2 additions and 2 deletions
|
@ -97,12 +97,12 @@ ServerAdmin root@localhost
|
|||
UseCanonicalName Off
|
||||
DocumentRoot "/var/www/html"
|
||||
<Directory />
|
||||
Options FollowSymLinks
|
||||
Options SymLinksIfOwnerMatch
|
||||
AllowOverride None
|
||||
</Directory>
|
||||
|
||||
<Directory "/var/www/html">
|
||||
Options Indexes FollowSymLinks
|
||||
Options Indexes SymLinksIfOwnerMatch
|
||||
AllowOverride None
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue