Monthly Archives: June 2021

Install and Serve Konga-Kong Admin UI Behind Nginx Reverse Proxy

For installing and serving Konga behind Nginx reverse proxy we first clone the project and install npm modules and run :   git clone https://github.com/pantsel/konga.git   cd konga   npm i   npm run start   It is time to add the reverse proxy in Nginx as below:   sudo vim /etc/nginx/nginx.conf server { location […]