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.
12 lines
329 B
12 lines
329 B
{{prefix_conf}}
|
|
<Directory "{{document_root}}">
|
|
Options -Indexes +FollowSymLinks -MultiViews
|
|
AllowOverride {{allow_override}}
|
|
{{acl_configuration}}
|
|
{{proxy_configuration}}
|
|
ProxyPass / {{proxy_address}}
|
|
ProxyPassReverse / {{proxy_address}}
|
|
{{extra_directory_configuration}}
|
|
</Directory>
|
|
{{additional_configuration}}
|