7 lines
125 B
Plaintext
7 lines
125 B
Plaintext
<VirtualHost *:443>
|
|
ServerName
|
|
ProxyPass / http:///
|
|
ProxyPassReverse / http:///
|
|
ProxyPreserveHost On
|
|
</VirtualHost>
|