Comments on How to Install UVdesk Helpdesk System on Ubuntu 22.04

UVdesk is an open-source Saas-based helpdesk system for companies to interact with their customers and offer round-the-clock support. Its features include ticket management, knowledgebase support, canned replies, and automatic ticket generation based on emails.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Luke

I did everything and all I get is 404 not found nginx/1.22.1 ?

By: Ethan

Luke I found that I needed to change a line in the file "/etc/nginx/conf.d/uvdesk.conf". It is the line "root root /var/www/uvdesk/public", you will have to change it to whatever you named your composer project. So in the example's case it would be uvdesk.example.com. I had the same issue hopefully they can update their guide here.