mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -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
|
UseCanonicalName Off
|
||||||
DocumentRoot "/var/www/html"
|
DocumentRoot "/var/www/html"
|
||||||
<Directory />
|
<Directory />
|
||||||
Options FollowSymLinks
|
Options SymLinksIfOwnerMatch
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
<Directory "/var/www/html">
|
<Directory "/var/www/html">
|
||||||
Options Indexes FollowSymLinks
|
Options Indexes SymLinksIfOwnerMatch
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue