-
How to configure Nginx to act as a reverse proxy to support SSL
The following article explains how to install Nginx to act as a proxy allowing access to Pyramid using HTTPS. The configuration setup described will also support WebSocket needed to allow Pyramid…
-
How to get Console logs and HAR logs from the Chrome browser DevTools
To analyze logs in case of an issue with the application (ie. Black Screen), in addition to the logs that the application writes (from the Admin console),…