Adding FollowSymLinks
This commit is contained in:
parent
df369310b1
commit
d7b56a3f52
@ -11,7 +11,7 @@ class profile::sample_website::linux (
|
|||||||
port => $webserver_port,
|
port => $webserver_port,
|
||||||
docroot => $doc_root,
|
docroot => $doc_root,
|
||||||
require => File[$doc_root],
|
require => File[$doc_root],
|
||||||
options => ['-Indexes'],
|
options => ['-Indexes','FollowSymLinks'],
|
||||||
error_documents => [
|
error_documents => [
|
||||||
{ 'error_code' => '404', 'document' => '/404.html' },
|
{ 'error_code' => '404', 'document' => '/404.html' },
|
||||||
{ 'error_code' => '403', 'document' => '/403.html' }
|
{ 'error_code' => '403', 'document' => '/403.html' }
|
||||||
|
Loading…
Reference in New Issue
Block a user