Project

General

Profile

« Previous | Next » 

Revision 720ae6e9

Added by Mickaël Canévet over 10 years ago

Set SymLinksIfOwnerMatch options in apache vhosts

View differences:

manifests/config/passenger.pp
port => 80,
docroot => $docroot,
priority => '5',
options => ['none'],
options => ['SymLinksIfOwnerMatch'],
custom_fragment => template('foreman/apache-fragment.conf.erb', 'foreman/_assets.conf.erb'),
}
......
port => 443,
docroot => $docroot,
priority => '5',
options => ['none'],
options => ['SymLinksIfOwnerMatch'],
ssl => true,
ssl_cert => $ssl_cert,
ssl_key => $ssl_key,

Also available in: Unified diff