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 […]