mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-05-02 11:16:36 -05:00
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin webmaster@localhost
|
|
ServerName dls1.${DWC_HOST}
|
|
ServerAlias "dls1.${DWC_HOST}"
|
|
ServerAlias "dls1.${DWC_HOST}, dls1.${DWC_HOST}"
|
|
ProxyPreserveHost On
|
|
ProxyPass / http://127.0.0.1:9003/
|
|
ProxyPassReverse / http://127.0.0.1:9003/
|
|
</VirtualHost>
|