2017-07-03 2 views

Antwort

1
<VirtualHost *:3000> 
    ProxyPreserveHost On 
    ProxyRequests Off 
    ServerName www.example.com 
    ServerAlias example.com 
    ProxyPass/http://localhost:80/example/ 
    ProxyPassReverse/http://localhost:80/example/ 
</VirtualHost> 
Verwandte Themen