-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
74 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
tools/apache-hosts/nas-naswii-conntest.nintendowifi.net.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<VirtualHost *:80> | ||
ServerAdmin webmaster@localhost | ||
ServerName gamestats.gs.${DWC_HOST} | ||
ServerAlias "gamestats.gs.${DWC_HOST}, gamestats.gs.${DWC_HOST}" | ||
ProxyPreserveHost On | ||
ProxyPass / http://127.0.0.1:9002/ | ||
ProxyPassReverse / http://127.0.0.1:9002/ | ||
</VirtualHost> |
10 changes: 10 additions & 0 deletions
10
tools/docker/apache-hosts/gamestats2.gs.nintendowifi.net.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<VirtualHost *:80> | ||
ServerAdmin webmaster@localhost | ||
ServerName gamestats2.gs.${DWC_HOST} | ||
ServerAlias "gamestats2.gs.${DWC_HOST}, gamestats2.gs.${DWC_HOST}" | ||
|
||
ProxyPreserveHost On | ||
|
||
ProxyPass / http://127.0.0.1:9002/ | ||
ProxyPassReverse / http://127.0.0.1:9002/ | ||
</VirtualHost> |
12 changes: 12 additions & 0 deletions
12
tools/docker/apache-hosts/nas-naswii-conntest.nintendowifi.net.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<VirtualHost *:80> | ||
ServerAdmin webmaster@localhost | ||
ServerName naswii.${DWC_HOST} | ||
ServerAlias "naswii.${DWC_HOST}, naswii.${DWC_HOST}" | ||
ServerAlias "nas.${DWC_HOST}" | ||
ServerAlias "nas.${DWC_HOST}, nas.${DWC_HOST}" | ||
ServerAlias "conntest.${DWC_HOST}" | ||
ServerAlias "conntest.${DWC_HOST}, conntest.${DWC_HOST}" | ||
ProxyPreserveHost On | ||
ProxyPass / http://127.0.0.1:9000/ | ||
ProxyPassReverse / http://127.0.0.1:9000/ | ||
</VirtualHost> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<VirtualHost *:80> | ||
ServerAdmin webmaster@localhost | ||
ServerName sake.gs.${DWC_HOST} | ||
ServerAlias sake.gs.${DWC_HOST} *.sake.gs.${DWC_HOST} | ||
ServerAlias secure.sake.gs.${DWC_HOST} | ||
ServerAlias secure.sake.gs.${DWC_HOST} *.secure.sake.gs.${DWC_HOST} | ||
|
||
ProxyPass / http://127.0.0.1:8000/ | ||
|
||
CustomLog ${APACHE_LOG_DIR}/access.log combined | ||
</VirtualHost> |