Removing followsymlink

This commit is contained in:
Abir Majumdar 2019-01-09 15:56:34 -05:00 committed by GitHub
parent d7b56a3f52
commit 435370af54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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','FollowSymLinks'], options => ['-Indexes'],
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' }