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