Merge pull request #29 from maju6406/maju6406-website-update

Removing followsymlink
This commit is contained in:
Abir Majumdar 2019-01-09 15:59:42 -05:00 committed by GitHub
commit 7923928388
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,
docroot => $doc_root,
require => File[$doc_root],
options => ['-Indexes','FollowSymLinks'],
options => ['-Indexes'],
error_documents => [
{ 'error_code' => '404', 'document' => '/404.html' },
{ 'error_code' => '403', 'document' => '/403.html' }