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
343 B
12 lines
343 B
{{http_listen_configuration}}
|
|
{{before_vhost_configuration}}
|
|
<VirtualHost {{http_listen_addresses}}>
|
|
{{server_name_configuration}}
|
|
{{proxy_configuration}}
|
|
{{proxy_http_configuration}}
|
|
ProxyPass / {{proxy_address}}
|
|
ProxyPassReverse / {{proxy_address}}
|
|
{{additional_http_configuration}}
|
|
{{additional_configuration}}
|
|
</VirtualHost>
|