9 lines
232 B
Text
9 lines
232 B
Text
|
ProxyPass / http://localhost:8080/
|
||
|
ProxyPassReverse / http://localhost:8080/
|
||
|
ProxyRequests Off
|
||
|
|
||
|
# Local reverse proxy authorization override
|
||
|
<Proxy http://localhost:8080/*>
|
||
|
Order deny,allow
|
||
|
Allow from all
|
||
|
</Proxy>
|