- 16 Jul 2024
- 1 Minute to read
- Print
Download Proxy
- Updated on 16 Jul 2024
- 1 Minute to read
- Print
Dise players can be configured to download content from a caching proxy instead of directly from the CX Portal.
Proxy Setup
The proxy must be configured on the same network as the players accessing it.
1. Download the latest version of nginx for Windows.
2. Extract the downloaded zip.
3. Open 'nginx.conf' from the extracted folder.
4. Replace the file contents with the contents of 'nginx.txt':
5. Download the latest version of NSSM
6. Extract the downloaded zip.
7. Open command prompt and enter the following with the correct file path for nginx and NSSM:
cd "C:\nssm-2.24\win64"
nssm install DISECache "C:\nginx-1.13.1\nginx.exe"
nssm set DISECache Start SERVICE_AUTO_START
nssm start DISECache
8. Open ports 8888 and 8889 in the caching proxy firewall.
9. If setup correctly the CX Portal can be accessed by navigating to 'http://[proxyIP]:8889' on the player's web browser.
Player Setup
Add this custom setting to all players using the proxy:
- Name: DownloadProxy
- Type: string
- Value: Proxy URL (https://proxyserverIP:port)