8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
|
# vim:set ft=apache:
|
||
|
<VirtualHost *:80>
|
||
|
ServerName 9iron.pi.local
|
||
|
ProxyPreserveHost On
|
||
|
ProxyRequests Off
|
||
|
ProxyPass / http://192.168.102.10:8081/
|
||
|
</VirtualHost>
|