We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is a high-level instruction to enable SSL for Pytomation Web via Apache
Either as part of your SSL host or SSL vhost add configuration similar to your setup
ProxyPass /pytomationweb/ http://localhost:8080/
ProxyPassReverse /pytomationweb/ http://localhost:8080/
If you are using an older version you may need to also expose the following as the web client is looking for the root location:
ProxyPass /api/ http://localhost:8080/api/
ProxyPassReverse /api/ http://localhost:8080/api/