You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
521 B
17 lines
521 B
{{http_listen_configuration}}
|
|
{{before_vhost_configuration}}
|
|
PassengerPreStart http://localhost:{{http_port}}/
|
|
<VirtualHost {{http_listen_addresses}}>
|
|
{{server_name_configuration}}
|
|
DocumentRoot {{document_root}}
|
|
<Directory "{{document_root}}">
|
|
Options -Indexes +FollowSymLinks -MultiViews
|
|
AllowOverride {{allow_override}}
|
|
{{acl_configuration}}
|
|
PassengerEnabled on
|
|
{{extra_directory_configuration}}
|
|
</Directory>
|
|
{{additional_http_configuration}}
|
|
{{additional_configuration}}
|
|
</VirtualHost>
|