/
Web Configuration File
Web Configuration File
The configuration file for Iguana’s web server settings is here:
<working directory>/config/settings/web.json
Here’s an example of what is contained in that file:
{
"cert_key": "",
"color": "",
"description": "7654 Server",
"guid": "fsajfijsaflkasfa",
"port": "7654",
"private_key": "",
"secure": false
}
You can make changes to the web.json file to apply configurations to a Custom Installation. You’ll need to restart the service for the changes to take effect.
When the service is stopped, you can also use the following command line utility to change the web port IguanaX is listening on the next time it is run:
iguana --set_web_port 7650
, multiple selections available,
Related content
Web Server
Web Server
More like this
Enable HTTPS for the Web Server
Enable HTTPS for the Web Server
More like this
Working Directory
Working Directory
Read with this
Create an iguana.ini file for custom installation
Create an iguana.ini file for custom installation
More like this
Install multiple Iguanas on a single server
Install multiple Iguanas on a single server
More like this
Configuring Iguana
Configuring Iguana
More like this