If you need to change the listening port for the Designer Cloud Powered by Trifacta® platform, please complete the following instructions.
Tip: This change most typically applies if you are enabling use of SSL. For more information, see Install SSL Certificate.
NOTE: By default, the platform listens on port 3005
. All client browsing devices must be configured to enable use of this port or any port number that you choose to use.
Steps:
- Login to the Alteryx node as an admin.
Edit the following file:
/opt/trifacta/conf/nginx.conf
Edit the following setting:
server { listen 3005; ...
- Save the file.
- You can apply this change through the Admin Settings Page (recommended) or
trifacta-conf.json
. For more information, see Platform Configuration Methods. Locate the following setting:
"proxy.port": 3005,
- Set this value to the same value you applied in
nginx.conf
. - Save your changes and restart the platform.
This page has no comments.