mirror of
https://github.com/barronwaffles/dwc_network_server_emulator.git
synced 2026-04-25 15:58:05 -05:00
9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
<VirtualHost *:80>
|
|
ServerAdmin webmaster@localhost
|
|
ServerName gamestats.gs.nintendowifi.net
|
|
ServerAlias "gamestats.gs.nintendowifi.net, gamestats.gs.nintendowifi.net"
|
|
ProxyPreserveHost On
|
|
ProxyPass / http://127.0.0.1:9002/
|
|
ProxyPassReverse / http://127.0.0.1:9002/
|
|
</VirtualHost>
|